summaryrefslogtreecommitdiffstats
path: root/mv/5pkgs/xmonad-tv/Makefile
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-11-21 14:24:46 +0100
committerlassulus <lass@aidsballs.de>2015-11-21 14:24:46 +0100
commit876392e59f460d100d57fba75eb4a9cdab833a3e (patch)
tree6885f759a9495aef42257ef045a5c54fe03bf204 /mv/5pkgs/xmonad-tv/Makefile
parent481997155636cf10cc965c218aabf53ce1a25456 (diff)
parent3bc83b484ca797c48007fa37d5598f3c59c7da19 (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'mv/5pkgs/xmonad-tv/Makefile')
-rw-r--r--mv/5pkgs/xmonad-tv/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/mv/5pkgs/xmonad-tv/Makefile b/mv/5pkgs/xmonad-tv/Makefile
new file mode 100644
index 0000000..cbb0776
--- /dev/null
+++ b/mv/5pkgs/xmonad-tv/Makefile
@@ -0,0 +1,6 @@
+.PHONY: ghci
+ghci: shell.nix
+ nix-shell --command 'exec ghci -Wall'
+
+shell.nix: xmonad.cabal
+ cabal2nix --shell . > $@