forked from M-Labs/nix-scripts
replace dummy src paths with null
This commit is contained in:
parent
970ace64fe
commit
126aff5f5d
|
@ -17,7 +17,7 @@ in
|
|||
|
||||
stdenv.mkDerivation {
|
||||
name = "windows-test";
|
||||
src = ./.;
|
||||
src = null;
|
||||
|
||||
phases = [ "installPhase" "checkPhase" ];
|
||||
installPhase = "touch $out";
|
||||
|
|
Loading…
Reference in New Issue