summary refs log tree commit diff
path: root/nixos/modules/system/activation
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-01-14 18:01:18 +0000
committerGitHub <noreply@github.com>2022-01-14 18:01:18 +0000
commitd5e672b839267bf9243962dd3e25b00a8e0354bc (patch)
treec0dd8dabb5da42c2a68fe13852666a9178a36596 /nixos/modules/system/activation
parentdc1b038f253c8cc498679d90560ddcafe8bdb8c4 (diff)
parent9924104d9acd9589cf977ba75f6792db7236c6ed (diff)
downloadnixpkgs-d5e672b839267bf9243962dd3e25b00a8e0354bc.tar
nixpkgs-d5e672b839267bf9243962dd3e25b00a8e0354bc.tar.gz
nixpkgs-d5e672b839267bf9243962dd3e25b00a8e0354bc.tar.bz2
nixpkgs-d5e672b839267bf9243962dd3e25b00a8e0354bc.tar.lz
nixpkgs-d5e672b839267bf9243962dd3e25b00a8e0354bc.tar.xz
nixpkgs-d5e672b839267bf9243962dd3e25b00a8e0354bc.tar.zst
nixpkgs-d5e672b839267bf9243962dd3e25b00a8e0354bc.zip
Merge master into staging-next
Diffstat (limited to 'nixos/modules/system/activation')
-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 b1578adb1bd..8a5452a7cd5 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.attrs;
+      type = types.lazyAttrsOf types.unspecified;
       description = ''
         Attribute set of derivations used to setup the system.
       '';