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,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;
|
||||
@ -63,5 +61,3 @@ in
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user