tv xmonad: make [ghci]
This commit is contained in:
parent
877f2b6c6b
commit
b7d9c3476b
6
tv/2configs/xserver/xmonad/Makefile
Normal file
6
tv/2configs/xserver/xmonad/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
.PHONY: ghci
|
||||
ghci: shell.nix
|
||||
nix-shell --command 'exec ghci -Wall'
|
||||
|
||||
shell.nix: xmonad.cabal
|
||||
cabal2nix --shell . > $@
|
Loading…
Reference in a new issue