diff options
author | tv <tv@krebsco.de> | 2018-12-02 14:51:35 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-02 14:51:35 +0100 |
commit | 29d9070f04fd57ced04b4304f27b4adc042c4388 (patch) | |
tree | 81e9b04d998c6cc6fac26a328dd698343bc08fdd /tv/5pkgs | |
parent | bd4a4c2faab7aed7db336607db9855aa44e7d904 (diff) |
tv xmonad shell: use currentSystem in executable
Diffstat (limited to 'tv/5pkgs')
-rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/shell.nix | 2 |
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 2f9fff6ed..936e69627 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 |