stockholm/tv/5pkgs/xmonad-tv/Makefile

7 lines
119 B
Makefile
Raw Normal View History

2015-10-28 15:12:54 +00:00
.PHONY: ghci
ghci: shell.nix
nix-shell --command 'exec ghci -Wall'
shell.nix: xmonad.cabal
cabal2nix --shell . > $@