From fba8d4d0f5afecbfe2c2fcf9a3faa9120d35a68b Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 18 Nov 2015 00:28:24 +0100 Subject: mv: s/tv/mv/ --- mv/5pkgs/xmonad-tv/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mv/5pkgs/xmonad-tv/Makefile (limited to 'mv/5pkgs/xmonad-tv/Makefile') 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 . > $@ -- cgit v1.2.3