6c1bb54483
were obtained from the NixOS channel. "nixos-install" copies this to the installed system as well. * In the installation CD, set GC_INITIAL_HEAP_SIZE to a low value for the benefit of memory-constrained environments. svn path=/nixos/trunk/; revision=33887
7 lines
144 B
Nix
7 lines
144 B
Nix
{ system ? builtins.currentSystem }:
|
|
|
|
{ pkgs =
|
|
(import nixpkgs/default.nix { inherit system; })
|
|
// { recurseForDerivations = true; };
|
|
}
|