diff options
| author | Vincent Laporte | 2019-05-15 11:53:27 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-05-17 08:36:25 +0000 |
| commit | 2bb5d2b7f3432883107651141a1440ef8c62e877 (patch) | |
| tree | 07792172d3112d3cc318b5adff7ef55dc02706b6 /default.nix | |
| parent | 02d547e3bc531c9a0bec8d47436c204e3bc15ddc (diff) | |
[default.nix] Exclude the nix/ directory from sources
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 1e2cb3625d..d5c6cdb8ad 100644 --- a/default.nix +++ b/default.nix @@ -74,7 +74,7 @@ stdenv.mkDerivation rec { else with builtins; filterSource (path: _: - !elem (baseNameOf path) [".git" "result" "bin" "_build" "_build_ci"]) ./.; + !elem (baseNameOf path) [".git" "result" "bin" "_build" "_build_ci" "nix"]) ./.; preConfigure = '' patchShebangs dev/tools/ |
