Add support for environment.systemPackages.
This commit is contained in:
parent
c02d43aa97
commit
d5f138f939
5 changed files with 115 additions and 39 deletions
|
|
@ -6,6 +6,7 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
./environment.nix
|
||||
./etc.nix
|
||||
./systemd.nix
|
||||
./upstream/nixpkgs
|
||||
|
|
@ -16,7 +17,6 @@
|
|||
inherit (lib) types;
|
||||
in
|
||||
{
|
||||
|
||||
nixpkgs = {
|
||||
# TODO: switch to lib.systems.parsedPlatform
|
||||
hostPlatform = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue