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 | 695363f0d6fe94c8e725d28fad0aac8cccdfc821 (patch) | |
tree | cd69002b6cba7be1e2b897d421ed8b748991fee7 | |
parent | a69837925da39988eb9ddeb5e00664ed5eda3d3f (diff) |
tv xmonad shell: use currentSystem in executable
-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 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 |