* Added a Nix expression for Nix.

svn path=/nixpkgs/trunk/; revision=790
This commit is contained in:
Eelco Dolstra
2004-02-16 15:40:55 +00:00
parent e535bc8ad0
commit d113da8bab
4 changed files with 27 additions and 0 deletions

View File

@@ -661,4 +661,8 @@
patch = gnupatch;
};
nix = (import ../misc/nix) {
inherit fetchurl stdenv;
};
}

View File

@@ -46,5 +46,6 @@ let {
pkgs.hello
pkgs.nxml
pkgs.uml
pkgs.nix
];
}