summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-12-02 14:51:35 +0100
committertv <tv@krebsco.de>2018-12-02 14:51:35 +0100
commit695363f0d6fe94c8e725d28fad0aac8cccdfc821 (patch)
treecd69002b6cba7be1e2b897d421ed8b748991fee7 /tv/5pkgs/haskell
parenta69837925da39988eb9ddeb5e00664ed5eda3d3f (diff)
tv xmonad shell: use currentSystem in executable
Diffstat (limited to 'tv/5pkgs/haskell')
-rw-r--r--tv/5pkgs/haskell/xmonad-tv/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/shell.nix b/tv/5pkgs/haskell/xmonad-tv/shell.nix
index 2f9fff6..936e696 100644
--- a/tv/5pkgs/haskell/xmonad-tv/shell.nix
+++ b/tv/5pkgs/haskell/xmonad-tv/shell.nix
@@ -28,7 +28,7 @@ in
config.systemd.services.xmonad.environment.XMONAD_CACHE_DIR
}
- xmonad=$CACHEDIR/main
+ xmonad=$CACHEDIR/xmonad-${lib.currentSystem}
xmonad_build() {(
set -efu