default.nix: exlcude result
from source
This commit is contained in:
parent
da1ddd186e
commit
095ee7ecf2
@ -17,7 +17,7 @@ let
|
|||||||
# Exclude this file and build artifacts
|
# Exclude this file and build artifacts
|
||||||
source = builtins.filterSource
|
source = builtins.filterSource
|
||||||
(path: type:
|
(path: type:
|
||||||
!builtins.elem path [ "configure.mk" "default.nix" ]
|
!builtins.elem path [ "configure.mk" "default.nix" "result" ]
|
||||||
&& baseNameOf path != "build") ./.;
|
&& baseNameOf path != "build") ./.;
|
||||||
|
|
||||||
inherit (nixpkgs) lib pkgs;
|
inherit (nixpkgs) lib pkgs;
|
||||||
|
Loading…
Reference in New Issue
Block a user