diff options
author | tv <tv@krebsco.de> | 2015-11-18 00:28:24 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-18 00:28:24 +0100 |
commit | 7d6672168767bcb22bba2cfb0054fcbc9b706b03 (patch) | |
tree | 7d91a7f764f768b9929e2a7430cf50764938274d /mv/5pkgs/xmonad-tv/Makefile | |
parent | 3a34a2e0b06e4cf61bf639380e9de03e47ad99b4 (diff) |
mv: s/tv/mv/
Diffstat (limited to 'mv/5pkgs/xmonad-tv/Makefile')
-rw-r--r-- | mv/5pkgs/xmonad-tv/Makefile | 6 |
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 000000000..cbb0776e6 --- /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 . > $@ |