summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/xmonad-tv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tv/5pkgs/xmonad-tv/Makefile')
-rw-r--r--tv/5pkgs/xmonad-tv/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/5pkgs/xmonad-tv/Makefile b/tv/5pkgs/xmonad-tv/Makefile
new file mode 100644
index 00000000..cbb0776e
--- /dev/null
+++ b/tv/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 . > $@