tv xmonad: make [ghci]

This commit is contained in:
tv 2015-10-28 16:12:54 +01:00
parent 877f2b6c6b
commit b7d9c3476b

View File

@ -0,0 +1,6 @@
.PHONY: ghci
ghci: shell.nix
nix-shell --command 'exec ghci -Wall'
shell.nix: xmonad.cabal
cabal2nix --shell . > $@