summaryrefslogtreecommitdiff
path: root/custom/run-opossum_bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-17 14:51:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-17 14:51:52 +0200
commit12eef53b67c28c3b448b2b1eb08b79509fb6cef4 (patch)
treeb4c0dabc552d1507b518de7590155dfeef2debbd /custom/run-opossum_bragi.nix
parent8605a066d9eee11a5be37178434848d7b553e27d (diff)
downloadnixos-12eef53b67c28c3b448b2b1eb08b79509fb6cef4.tar
nixos-12eef53b67c28c3b448b2b1eb08b79509fb6cef4.tar.gz
nixos-12eef53b67c28c3b448b2b1eb08b79509fb6cef4.tar.bz2
nixos-12eef53b67c28c3b448b2b1eb08b79509fb6cef4.tar.xz
nixos-12eef53b67c28c3b448b2b1eb08b79509fb6cef4.zip
Wrong file
Diffstat (limited to 'custom/run-opossum_bragi.nix')
-rw-r--r--custom/run-opossum_bragi.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/custom/run-opossum_bragi.nix b/custom/run-opossum_bragi.nix
index bc8e4bb0..34452ef7 100644
--- a/custom/run-opossum_bragi.nix
+++ b/custom/run-opossum_bragi.nix
@@ -7,9 +7,10 @@
7, opossum 7, opossum
8}: 8}:
9 9
10stdenv.mkDerivation { 10let
11 name = "run-opossum-${version}";
12 version = "0.0.0"; 11 version = "0.0.0";
12in stdenv.mkDerivation {
13 name = "run-opossum-${version}";
13 buildInputs = [ makeWrapper ]; 14 buildInputs = [ makeWrapper ];
14 src = builtins.toFile name '' 15 src = builtins.toFile name ''
15 #!${zsh}/bin/zsh 16 #!${zsh}/bin/zsh