7 lines
119 B
Makefile
7 lines
119 B
Makefile
|
.PHONY: ghci
|
||
|
ghci: shell.nix
|
||
|
nix-shell --command 'exec ghci -Wall'
|
||
|
|
||
|
shell.nix: xmonad.cabal
|
||
|
cabal2nix --shell . > $@
|