summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-17 15:01:53 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-17 15:01:53 +0200
commitffaeb45a878eb6901b8cbcf4931702e0a0c0c376 (patch)
tree5a2f3d32108cbff548232b9053687c929a921f9b /custom
parent14e099e3b3c4273b3c04860a26e861ab9b42aaf4 (diff)
downloadnixos-ffaeb45a878eb6901b8cbcf4931702e0a0c0c376.tar
nixos-ffaeb45a878eb6901b8cbcf4931702e0a0c0c376.tar.gz
nixos-ffaeb45a878eb6901b8cbcf4931702e0a0c0c376.tar.bz2
nixos-ffaeb45a878eb6901b8cbcf4931702e0a0c0c376.tar.xz
nixos-ffaeb45a878eb6901b8cbcf4931702e0a0c0c376.zip
tabs are evil
Diffstat (limited to 'custom')
-rw-r--r--custom/run-opossum_bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/run-opossum_bragi.nix b/custom/run-opossum_bragi.nix
index 1c32b4c1..e0535e69 100644
--- a/custom/run-opossum_bragi.nix
+++ b/custom/run-opossum_bragi.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
43 fi 43 fi
44 44
45 echo "Ended $(date)" >> $LOGFILE 45 echo "Ended $(date)" >> $LOGFILE
46 ''; 46 '';
47 phases = [ "buildPhase" 47 phases = [ "buildPhase"
48 "installPhase" 48 "installPhase"
49 ]; 49 ];