We don't have to specify the src here
This commit is contained in:
parent
7731b88c97
commit
fdf038ac18
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ in
|
|||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
name = "imag-doc";
|
||||
src = ./.;
|
||||
src = /var/empty;
|
||||
version = "0.0.0";
|
||||
|
||||
buildInputs = [ env ];
|
||||
|
|
Loading…
Reference in a new issue