diff options
| author | Rutger Broekhoff | 2024-11-13 16:50:45 +0100 |
|---|---|---|
| committer | Rutger Broekhoff | 2024-11-13 16:50:45 +0100 |
| commit | 4a26f611b697907110459631da4d4a0f049440f9 (patch) | |
| tree | 428e759be273f6cee3f2861dd0cef8fd00c2b04f | |
| parent | f674ffb3818dcc3ccf860b19e186584d27237e0a (diff) | |
| download | gitolfs3-4a26f611b697907110459631da4d4a0f049440f9.tar.gz gitolfs3-4a26f611b697907110459631da4d4a0f049440f9.zip | |
Remove nonexistent nixpkgs input from crane input
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 2 insertions, 5 deletions
| @@ -1,12 +1,9 @@ | |||
| 1 | { | 1 | { |
| 2 | inputs = { | 2 | inputs = { |
| 3 | nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*.tar.gz"; | 3 | nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*.tar.gz"; |
| 4 | flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.101.tar.gz"; | ||
| 5 | 4 | ||
| 6 | crane = { | 5 | crane.url = "https://flakehub.com/f/ipetkov/crane/0.19.1.tar.gz"; |
| 7 | url = "https://flakehub.com/f/ipetkov/crane/0.19.1.tar.gz"; | 6 | flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.101.tar.gz"; |
| 8 | inputs.nixpkgs.follows = "nixpkgs"; | ||
| 9 | }; | ||
| 10 | 7 | ||
| 11 | advisory-db = { | 8 | advisory-db = { |
| 12 | url = "github:rustsec/advisory-db"; | 9 | url = "github:rustsec/advisory-db"; |