summaryrefslogtreecommitdiffstats
path: root/mv/5pkgs/xmonad-tv/Makefile
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-22 13:22:57 +0100
committermakefu <github@syntax-fehler.de>2015-11-22 13:22:57 +0100
commit9ad00c60a127b56898032c5e2bf7d8fa25066feb (patch)
treea55edf6a742a37fe74c6f994007f8d6f9cb06756 /mv/5pkgs/xmonad-tv/Makefile
parent92749b0f50b812d28cb4664dbb04ca0f17231936 (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 . > $@