summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-1.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-08-23 01:28:45 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2020-09-02 00:42:50 +0200
commit20d491a317d9956ddca80913f07d04bd234ea432 (patch)
treea48e09dd2688004debda35c36afa9196b2e39305 /nixos/modules/system/boot/stage-1.nix
parentbfd706923e4d0781f4aad65beca9d5d7d167de6b (diff)
downloadnixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar.gz
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar.bz2
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar.lz
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar.xz
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar.zst
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.zip
treewide: completely remove types.loaOf
Diffstat (limited to 'nixos/modules/system/boot/stage-1.nix')
-rw-r--r--nixos/modules/system/boot/stage-1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/stage-1.nix b/nixos/modules/system/boot/stage-1.nix
index a04660fb56e..97eb1d286a3 100644
--- a/nixos/modules/system/boot/stage-1.nix
+++ b/nixos/modules/system/boot/stage-1.nix
@@ -555,7 +555,7 @@ in
       };
 
     fileSystems = mkOption {
-      type = with lib.types; loaOf (submodule {
+      type = with lib.types; attrsOf (submodule {
         options.neededForBoot = mkOption {
           default = false;
           type = types.bool;