From 82434b23b9e64020b3b013c766a4784084e52ccc Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 9 Oct 2024 23:05:13 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20Remove=20nixpkgs=20follow=20for=20c?= =?UTF-8?q?rane=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove nixpkgs follow for `crane` flake inputs. `crane` doesn't depend on `nixpkgs` anymore. --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 2f418c7..ddce9a5 100644 --- a/flake.nix +++ b/flake.nix @@ -10,10 +10,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; home-manager.url = "github:nix-community/home-manager"; treefmt-nix.url = "github:numtide/treefmt-nix/"; - crane = { - url = "github:ipetkov/crane"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + crane.url = "github:ipetkov/crane"; }; outputs =