Lints and suggestions for the Nix programming language
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

use `self` for `src`.

authored by

Akshay and committed by
GitHub
6422c959 60df6b32

+1 -1
+1 -1
flake.nix
··· 56 56 inherit pname; 57 57 inherit (packageMeta) version; 58 58 59 - src = gitignoreSource ./.; 59 + src = self; 60 60 cargoLock.lockFile = ./Cargo.lock; 61 61 62 62 buildFeatures = "json";