summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/xmonad-tv/Makefile
blob: cbb0776e68b639a780e2cfaec5fee5b180db7d1c (plain)
1
2
3
4
5
6
.PHONY: ghci
ghci: shell.nix
	nix-shell --command 'exec ghci -Wall'

shell.nix: xmonad.cabal
	cabal2nix --shell . > $@