diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 15:00:17 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 15:00:17 +0200 |
| commit | 14e099e3b3c4273b3c04860a26e861ab9b42aaf4 (patch) | |
| tree | aa23e0d90e4a6559a3477c34b67c7e77368416cc /custom | |
| parent | 30c358c77a63ea288f8c985f7fcb1743e23298d4 (diff) | |
| download | nixos-14e099e3b3c4273b3c04860a26e861ab9b42aaf4.tar nixos-14e099e3b3c4273b3c04860a26e861ab9b42aaf4.tar.gz nixos-14e099e3b3c4273b3c04860a26e861ab9b42aaf4.tar.bz2 nixos-14e099e3b3c4273b3c04860a26e861ab9b42aaf4.tar.xz nixos-14e099e3b3c4273b3c04860a26e861ab9b42aaf4.zip | |
escaping for runtime home
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/run-opossum_bragi.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/run-opossum_bragi.nix b/custom/run-opossum_bragi.nix index 3ba0cc2e..1c32b4c1 100644 --- a/custom/run-opossum_bragi.nix +++ b/custom/run-opossum_bragi.nix | |||
| @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { | |||
| 59 | --prefix PATH : ${opossum}/bin \ | 59 | --prefix PATH : ${opossum}/bin \ |
| 60 | --prefix PATH : ${findutils}/bin \ | 60 | --prefix PATH : ${findutils}/bin \ |
| 61 | --prefix PATH : ${coreutils}/bin \ | 61 | --prefix PATH : ${coreutils}/bin \ |
| 62 | --set BEUTEL $HOME/.beutel \ | 62 | --set BEUTEL \$HOME/.beutel \ |
| 63 | --set LOGFILE $HOME/.last_opossum.log | 63 | --set LOGFILE \$HOME/.last_opossum.log |
| 64 | ''; | 64 | ''; |
| 65 | } | 65 | } |
