forked from lix-project/nix-eval-jobs
Set src to null in shell.nix
To avoid the contents being copied to the store during development
This commit is contained in:
parent
6296952c9f
commit
0fa3b51289
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
nix = pkgs.nixUnstable;
|
||||
}).overrideAttrs (old: {
|
||||
|
||||
src = null;
|
||||
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [
|
||||
|
||||
pkgs.editorconfig-checker
|
||||
|
|
Loading…
Reference in a new issue