Merge pull request #1201 from matthiasbeyer/fix-defaultnix
Do not copy imag sources to nix store
This commit is contained in:
commit
5b76494277
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
|||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
name = "imag";
|
||||
src = ./.;
|
||||
src = /var/empty;
|
||||
version = "0.0.0";
|
||||
|
||||
buildInputs = env ++ dependencies;
|
||||
|
|
Loading…
Reference in a new issue