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 | fba8d4d0f5afecbfe2c2fcf9a3faa9120d35a68b (patch) | |
tree | 001400e1ea3672a5e59a4a596c480bbf9643f942 /mv/5pkgs/xmonad-tv/Makefile | |
parent | af477b02992ce67940bb8486c627c06ceec49240 (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 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 . > $@ |