From b7d9c3476bd015ddb1a1d6cd66ebdd1b96003b2a Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 28 Oct 2015 16:12:54 +0100 Subject: tv xmonad: make [ghci] --- tv/2configs/xserver/xmonad/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tv/2configs/xserver/xmonad/Makefile (limited to 'tv/2configs/xserver') diff --git a/tv/2configs/xserver/xmonad/Makefile b/tv/2configs/xserver/xmonad/Makefile new file mode 100644 index 000000000..cbb0776e6 --- /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 . > $@ -- cgit v1.2.3