summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-28 16:12:54 +0100
committertv <tv@shackspace.de>2015-10-28 16:12:54 +0100
commitb7d9c3476bd015ddb1a1d6cd66ebdd1b96003b2a (patch)
treea1c3a9bb2c75ebc8db3290a2e65da825361886e5 /tv
parent877f2b6c6bc8c7721588638836fb1288cc3f7f80 (diff)
tv xmonad: make [ghci]
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/xserver/xmonad/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/xserver/xmonad/Makefile b/tv/2configs/xserver/xmonad/Makefile
new file mode 100644
index 00000000..cbb0776e
--- /dev/null
+++ b/tv/2configs/xserver/xmonad/Makefile
@@ -0,0 +1,6 @@
+.PHONY: ghci
+ghci: shell.nix
+ nix-shell --command 'exec ghci -Wall'
+
+shell.nix: xmonad.cabal
+ cabal2nix --shell . > $@