From 12eef53b67c28c3b448b2b1eb08b79509fb6cef4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 17 Jun 2015 14:51:52 +0200 Subject: Wrong file --- custom/run-opossum_bragi.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'custom/run-opossum_bragi.nix') 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 @@ , opossum }: -stdenv.mkDerivation { - name = "run-opossum-${version}"; +let version = "0.0.0"; +in stdenv.mkDerivation { + name = "run-opossum-${version}"; buildInputs = [ makeWrapper ]; src = builtins.toFile name '' #!${zsh}/bin/zsh -- cgit v1.2.3