]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
add generic shell.nix
authorFrank Doepper <[email protected]>
Mon, 2 Jul 2018 20:13:20 +0000 (22:13 +0200)
committerFrank Doepper <[email protected]>
Mon, 2 Jul 2018 20:13:20 +0000 (22:13 +0200)
shell.nix [new file with mode: 0644]

diff --git a/shell.nix b/shell.nix
new file mode 100644 (file)
index 0000000..03dd09c
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,2 @@
+{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc822" }:
+(import ./default.nix { inherit nixpkgs compiler; }).env
don't click here