forked from mirrors/nixpkgs
svn path=/nixos/trunk/; revision=16950
This commit is contained in:
parent
497760b444
commit
c6d4282f25
|
@ -4,7 +4,7 @@
|
|||
, system ? builtins.currentSystem
|
||||
}:
|
||||
|
||||
let pkgs = import nixpkgs { config = {}; }; in
|
||||
let pkgs = import nixpkgs { config = {}; inherit system; }; in
|
||||
|
||||
with pkgs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue