aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-11-13 16:50:45 +0100
committerLibravatar Rutger Broekhoff2024-11-13 16:50:45 +0100
commit4a26f611b697907110459631da4d4a0f049440f9 (patch)
tree428e759be273f6cee3f2861dd0cef8fd00c2b04f
parentf674ffb3818dcc3ccf860b19e186584d27237e0a (diff)
downloadgitolfs3-4a26f611b697907110459631da4d4a0f049440f9.tar.gz
gitolfs3-4a26f611b697907110459631da4d4a0f049440f9.zip
Remove nonexistent nixpkgs input from crane inputHEADmain
-rw-r--r--flake.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 0b471d0..9892a92 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";