diff options
author | lassulus <lass@aidsballs.de> | 2015-11-13 01:07:54 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-11-13 01:07:54 +0100 |
commit | 58890bc80b28ed02e98b21a054849220a69919cb (patch) | |
tree | 56101f9f512cda0e3e5b4f079222df94c2fdff8e /lass/5pkgs/xmonad-lass/Makefile | |
parent | ccb6884708f8106a4f02dcd9dc98e9fd02668add (diff) |
l: use new xserver architecture
Diffstat (limited to 'lass/5pkgs/xmonad-lass/Makefile')
-rw-r--r-- | lass/5pkgs/xmonad-lass/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lass/5pkgs/xmonad-lass/Makefile b/lass/5pkgs/xmonad-lass/Makefile new file mode 100644 index 000000000..cbb0776e6 --- /dev/null +++ b/lass/5pkgs/xmonad-lass/Makefile @@ -0,0 +1,6 @@ +.PHONY: ghci +ghci: shell.nix + nix-shell --command 'exec ghci -Wall' + +shell.nix: xmonad.cabal + cabal2nix --shell . > $@ |