We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f730951 commit 1c81a86Copy full SHA for 1c81a86
utils.nix
@@ -11,7 +11,7 @@
11
rec {
12
# this removes the org scoping
13
basename = builtins.baseNameOf node2nixDev.packageName;
14
- src = nix-gitignore.gitignoreSource [".git"] ./.;
+ src = nix-gitignore.gitignoreSource [".git" "/*.nix"] ./.;
15
nodeVersion = builtins.elemAt (lib.versions.splitVersion nodejs.version) 0;
16
# custom node2nix directly from GitHub
17
node2nixSrc = fetchFromGitHub {
0 commit comments