From 09a3a91b80fe231314b241dd414ca552d33103bc Mon Sep 17 00:00:00 2001 From: Norbert Melzer Date: Sun, 26 Jun 2022 11:55:18 +0200 Subject: use `self` for `src`. `gitignoreSource` is not needed in flakes and will now work anymore in nix 2.10 flakes --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1fd10a9..213ea82 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ inherit pname; inherit (packageMeta) version; - src = gitignoreSource ./.; + src = self; cargoLock.lockFile = ./Cargo.lock; buildFeatures = "json"; -- cgit v1.2.3