use self for src.

`gitignoreSource` is not needed in flakes and will now work anymore in nix 2.10 flakes
This commit is contained in:
Norbert Melzer 2022-06-26 11:55:18 +02:00
parent 60df6b3208
commit 09a3a91b80

View File

@ -56,7 +56,7 @@
inherit pname;
inherit (packageMeta) version;
src = gitignoreSource ./.;
src = self;
cargoLock.lockFile = ./Cargo.lock;
buildFeatures = "json";