From 4a26f611b697907110459631da4d4a0f049440f9 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Wed, 13 Nov 2024 16:50:45 +0100 Subject: Remove nonexistent nixpkgs input from crane input --- flake.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0b471d0..9892a92 100644 --- a/flake.nix +++ b/flake.nix @@ -1,12 +1,9 @@ { inputs = { nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*.tar.gz"; - flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.101.tar.gz"; - crane = { - url = "https://flakehub.com/f/ipetkov/crane/0.19.1.tar.gz"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + crane.url = "https://flakehub.com/f/ipetkov/crane/0.19.1.tar.gz"; + flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.101.tar.gz"; advisory-db = { url = "github:rustsec/advisory-db"; -- cgit v1.2.3