summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-22 19:55:05 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-29 09:38:32 +0100
commitfdf038ac18cfc18e0a4289678af5f0c88ce61f1d (patch)
tree5ff7c1250e4e452df78e687c109bf53158f4438b /doc
parent7731b88c9767df25bee982a5529a8a9dbf37255f (diff)
We don't have to specify the src here
Diffstat (limited to 'doc')
-rw-r--r--doc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 0146b71c..309682fc 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -58,7 +58,7 @@ in
pkgs.stdenv.mkDerivation rec {
name = "imag-doc";
- src = ./.;
+ src = /var/empty;
version = "0.0.0";
buildInputs = [ env ];