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