mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Rename environment.extraPackages to environment.systemPackages.
svn path=/nixos/trunk/; revision=17705
This commit is contained in:
parent
43b3ccc620
commit
2e34baba3b
9 changed files with 9 additions and 9 deletions
|
@ -160,5 +160,5 @@ in
|
|||
{
|
||||
require = options;
|
||||
|
||||
environment.extraPackages = [nixosCheckout];
|
||||
environment.systemPackages = [nixosCheckout];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue