summary refs log tree commit diff
path: root/nixos/modules/system/activation/top-level.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-01-21 00:01:42 +0000
committerGitHub <noreply@github.com>2022-01-21 00:01:42 +0000
commitfc3ddb8979c080a501d6cd288b65d0be4493fb73 (patch)
treee1dddece245eb5e998abbbf87c1cfff7ab28a18d /nixos/modules/system/activation/top-level.nix
parent03a4213c4f31401938b0079a00491023a92336ca (diff)
parent63525691f22f121b1689241342b2fbfc4131cf5e (diff)
downloadnixpkgs-fc3ddb8979c080a501d6cd288b65d0be4493fb73.tar
nixpkgs-fc3ddb8979c080a501d6cd288b65d0be4493fb73.tar.gz
nixpkgs-fc3ddb8979c080a501d6cd288b65d0be4493fb73.tar.bz2
nixpkgs-fc3ddb8979c080a501d6cd288b65d0be4493fb73.tar.lz
nixpkgs-fc3ddb8979c080a501d6cd288b65d0be4493fb73.tar.xz
nixpkgs-fc3ddb8979c080a501d6cd288b65d0be4493fb73.tar.zst
nixpkgs-fc3ddb8979c080a501d6cd288b65d0be4493fb73.zip
Merge master into staging-next
Diffstat (limited to 'nixos/modules/system/activation/top-level.nix')
-rw-r--r--nixos/modules/system/activation/top-level.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/activation/top-level.nix b/nixos/modules/system/activation/top-level.nix
index 8a5452a7cd5..92553ad3f16 100644
--- a/nixos/modules/system/activation/top-level.nix
+++ b/nixos/modules/system/activation/top-level.nix
@@ -148,7 +148,7 @@ in
     system.build = mkOption {
       internal = true;
       default = {};
-      type = types.lazyAttrsOf types.unspecified;
+      type = with types; lazyAttrsOf (uniq unspecified);
       description = ''
         Attribute set of derivations used to setup the system.
       '';