Merge pull request #45 from NobbZ/fix-gitconfig-not-allowed-in-pure-mode

use `self` for `src`.
This commit is contained in:
Akshay 2022-07-10 13:38:53 +00:00 committed by GitHub
commit 6422c959d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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