From 0fa3b51289de98a37fc29457eff96249d8757af1 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Sun, 9 Jan 2022 11:05:43 +1300 Subject: [PATCH] Set src to null in shell.nix To avoid the contents being copied to the store during development --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 70b4e37..4d785cb 100644 --- a/shell.nix +++ b/shell.nix @@ -18,6 +18,8 @@ nix = pkgs.nixUnstable; }).overrideAttrs (old: { + src = null; + nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.editorconfig-checker