Set src to null in shell.nix

To avoid the contents being copied to the store during development
This commit is contained in:
adisbladis 2022-01-09 11:05:43 +13:00
parent 6296952c9f
commit 0fa3b51289

View file

@ -18,6 +18,8 @@
nix = pkgs.nixUnstable;
}).overrideAttrs (old: {
src = null;
nativeBuildInputs = old.nativeBuildInputs ++ [
pkgs.editorconfig-checker