summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-17 14:55:20 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-17 14:55:20 +0200
commitc139cd784d4a048bdf4d6f975954ca70e32df5d4 (patch)
tree05700b0acfdfc98b4ccb0bd91eae82ce532147da /custom
parenta1f1d1616566fcce3880665c34aa37c2a3692d27 (diff)
downloadnixos-c139cd784d4a048bdf4d6f975954ca70e32df5d4.tar
nixos-c139cd784d4a048bdf4d6f975954ca70e32df5d4.tar.gz
nixos-c139cd784d4a048bdf4d6f975954ca70e32df5d4.tar.bz2
nixos-c139cd784d4a048bdf4d6f975954ca70e32df5d4.tar.xz
nixos-c139cd784d4a048bdf4d6f975954ca70e32df5d4.zip
added random keyword
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 bc8e4bb0..07ed37de 100644
--- a/custom/run-opossum_bragi.nix
+++ b/custom/run-opossum_bragi.nix
@@ -7,7 +7,7 @@
7, opossum 7, opossum
8}: 8}:
9 9
10stdenv.mkDerivation { 10stdenv.mkDerivation rec {
11 name = "run-opossum-${version}"; 11 name = "run-opossum-${version}";
12 version = "0.0.0"; 12 version = "0.0.0";
13 buildInputs = [ makeWrapper ]; 13 buildInputs = [ makeWrapper ];