update flakes, add justfile

This commit is contained in:
Anthony Cicchetti 2023-12-03 22:05:09 -05:00
parent e6f5ad7462
commit f085be1244
3 changed files with 6 additions and 4 deletions

4
flake.lock generated
View file

@ -32,7 +32,7 @@
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://flakehub.com/f/ipetkov/crane/0.15.0.tar.gz" "url": "https://flakehub.com/f/ipetkov/crane/0.15.1.tar.gz"
} }
}, },
"fenix": { "fenix": {
@ -52,7 +52,7 @@
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://flakehub.com/f/nix-community/fenix/0.1.1653.tar.gz" "url": "https://flakehub.com/f/nix-community/fenix/%2A.tar.gz"
} }
}, },
"flake-utils": { "flake-utils": {

View file

@ -5,12 +5,12 @@
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz"; nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz";
crane = { crane = {
url = "https://flakehub.com/f/ipetkov/crane/0.15.0.tar.gz"; url = "https://flakehub.com/f/ipetkov/crane/0.15.1.tar.gz";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
fenix = { fenix = {
url = "https://flakehub.com/f/nix-community/fenix/0.1.1653.tar.gz"; url = "https://flakehub.com/f/nix-community/fenix/*.tar.gz";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-analyzer-src.follows = ""; inputs.rust-analyzer-src.follows = "";
}; };

2
justfile Normal file
View file

@ -0,0 +1,2 @@
check:
env NIXPKGS_ALLOW_BROKEN=1 nix flake check --impure