diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 14:57:40 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 14:57:40 +0200 |
commit | 571cae88e8beaebaa46407bfe855830299ff72fe (patch) | |
tree | 0193348bb3143de1c0a0aaa30b567b738c7f14bb /custom/run-opossum_bragi.nix | |
parent | c8e5cd05b1ac765a09f1a8dfd310c576a2e4ae64 (diff) | |
download | nixos-571cae88e8beaebaa46407bfe855830299ff72fe.tar nixos-571cae88e8beaebaa46407bfe855830299ff72fe.tar.gz nixos-571cae88e8beaebaa46407bfe855830299ff72fe.tar.bz2 nixos-571cae88e8beaebaa46407bfe855830299ff72fe.tar.xz nixos-571cae88e8beaebaa46407bfe855830299ff72fe.zip |
moved runOpossum out of haskellPackages
Diffstat (limited to 'custom/run-opossum_bragi.nix')
-rw-r--r-- | custom/run-opossum_bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/run-opossum_bragi.nix b/custom/run-opossum_bragi.nix index 07ed37de..c1f7a4a9 100644 --- a/custom/run-opossum_bragi.nix +++ b/custom/run-opossum_bragi.nix | |||
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec { | |||
12 | version = "0.0.0"; | 12 | version = "0.0.0"; |
13 | buildInputs = [ makeWrapper ]; | 13 | buildInputs = [ makeWrapper ]; |
14 | src = builtins.toFile name '' | 14 | src = builtins.toFile name '' |
15 | #!${zsh}/bin/zsh | 15 | #!/bin/zsh |
16 | 16 | ||
17 | oversized() { | 17 | oversized() { |
18 | l=$(du -BG -s -t 75 $BEUTEL | wc -l) | 18 | l=$(du -BG -s -t 75 $BEUTEL | wc -l) |