summaryrefslogtreecommitdiffstats
path: root/install.nix
diff options
context:
space:
mode:
Diffstat (limited to 'install.nix')
-rw-r--r--install.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.nix b/install.nix
new file mode 100644
index 0000000..1af984c
--- /dev/null
+++ b/install.nix
@@ -0,0 +1,5 @@
+{ nixpkgs ? import <nixpkgs> {}
+, target
+}:
+
+nixpkgs.pkgs.haskellngPackages.callPackage target {}