svn path=/nixos/trunk/; revision=16950

This commit is contained in:
Eelco Dolstra 2009-09-02 23:37:58 +00:00
parent 497760b444
commit c6d4282f25

View file

@ -4,7 +4,7 @@
, system ? builtins.currentSystem
}:
let pkgs = import nixpkgs { config = {}; }; in
let pkgs = import nixpkgs { config = {}; inherit system; }; in
with pkgs;