summaryrefslogtreecommitdiffstats
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
commit29d9070f04fd57ced04b4304f27b4adc042c4388 (patch)
tree81e9b04d998c6cc6fac26a328dd698343bc08fdd
parentbd4a4c2faab7aed7db336607db9855aa44e7d904 (diff)
tv xmonad shell: use currentSystem in executable
-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 2f9fff6e..936e6962 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