diff options
author | tv <tv@krebsco.de> | 2015-10-28 16:12:54 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-28 16:12:54 +0100 |
commit | 06c0ea4c407081060eec36b0b743a71fa5c2c106 (patch) | |
tree | cfadf5b39b1745a170080c2fcc06d6879aeed029 /tv | |
parent | 9fcab129b0286752129d5d0491594c074a4e96b4 (diff) |
tv xmonad: make [ghci]
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/xserver/xmonad/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/xserver/xmonad/Makefile b/tv/2configs/xserver/xmonad/Makefile new file mode 100644 index 0000000..cbb0776 --- /dev/null +++ b/tv/2configs/xserver/xmonad/Makefile @@ -0,0 +1,6 @@ +.PHONY: ghci +ghci: shell.nix + nix-shell --command 'exec ghci -Wall' + +shell.nix: xmonad.cabal + cabal2nix --shell . > $@ |