Remove useless require attribute in system/nixos-environment.nix.
svn path=/nixos/branches/modular-nixos/; revision=14994
This commit is contained in:
parent
3a8ef07934
commit
313fa38e2e
1 changed files with 57 additions and 61 deletions
|
@ -1,12 +1,10 @@
|
|||
|
||||
{pkgs, config, ...}:
|
||||
let
|
||||
inherit (pkgs.lib) mergeOneOption mkOption mkIf;
|
||||
in
|
||||
{
|
||||
require = [
|
||||
{
|
||||
|
||||
let
|
||||
inherit (pkgs.lib) mergeOneOption mkOption;
|
||||
in
|
||||
|
||||
{
|
||||
environment = {
|
||||
checkConfigurationOptions = mkOption {
|
||||
default = true;
|
||||
|
@ -62,6 +60,4 @@ in
|
|||
";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue