mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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
|
@ -87,5 +87,5 @@ mkIf cfg.directDelivery {
|
|||
}
|
||||
];
|
||||
|
||||
environment.extraPackages = [pkgs.ssmtp];
|
||||
environment.systemPackages = [pkgs.ssmtp];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue