diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 14:53:10 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 14:53:10 +0200 |
commit | da532975a410c7e59805aab2d3c48acadd6bb06d (patch) | |
tree | 2c2f757f644ebd28f7d35b315574b8b777ab2a3f /custom/run-opossum_bragi.nix | |
parent | 12eef53b67c28c3b448b2b1eb08b79509fb6cef4 (diff) | |
download | nixos-da532975a410c7e59805aab2d3c48acadd6bb06d.tar nixos-da532975a410c7e59805aab2d3c48acadd6bb06d.tar.gz nixos-da532975a410c7e59805aab2d3c48acadd6bb06d.tar.bz2 nixos-da532975a410c7e59805aab2d3c48acadd6bb06d.tar.xz nixos-da532975a410c7e59805aab2d3c48acadd6bb06d.zip |
trying inheriting
Diffstat (limited to 'custom/run-opossum_bragi.nix')
-rw-r--r-- | custom/run-opossum_bragi.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/custom/run-opossum_bragi.nix b/custom/run-opossum_bragi.nix index 34452ef7..bc8e4bb0 100644 --- a/custom/run-opossum_bragi.nix +++ b/custom/run-opossum_bragi.nix | |||
@@ -7,10 +7,9 @@ | |||
7 | , opossum | 7 | , opossum |
8 | }: | 8 | }: |
9 | 9 | ||
10 | let | 10 | stdenv.mkDerivation { |
11 | version = "0.0.0"; | ||
12 | in stdenv.mkDerivation { | ||
13 | name = "run-opossum-${version}"; | 11 | name = "run-opossum-${version}"; |
12 | version = "0.0.0"; | ||
14 | buildInputs = [ makeWrapper ]; | 13 | buildInputs = [ makeWrapper ]; |
15 | src = builtins.toFile name '' | 14 | src = builtins.toFile name '' |
16 | #!${zsh}/bin/zsh | 15 | #!${zsh}/bin/zsh |