diff options
author | tv <tv@shackspace.de> | 2015-02-20 13:00:21 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-02-20 13:00:21 +0100 |
commit | 1d7180131cbd90c1fd8ca120bfafd96fdcce00e2 (patch) | |
tree | 8ae9e1620eeb707a457e6ddeb51b500b255ede0b /install.nix | |
parent | 42547dc1c81411c9ae6ffa62d00249060b48021b (diff) |
make install: initial commit
Diffstat (limited to 'install.nix')
-rw-r--r-- | install.nix | 5 |
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 {} |