From 12f8eb4e84ee7bcc49dde8053d2faeae676c9dbe Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 17 Oct 2015 00:50:38 +0200 Subject: init Makefile --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..eb2d666 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: nix-shell +nix-shell: shell.nix + nix-shell --command 'cd src && exec ghci' + +shell.nix: blessings.cabal + cabal2nix --shell --sha256=0 $< \ + | sed 's:sha256 = "0":src = ./.:' > $@ -- cgit v1.2.3