summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/sd-image-raspberrypi4.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/installer/cd-dvd/sd-image-raspberrypi4.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/installer/cd-dvd/sd-image-raspberrypi4.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-raspberrypi4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi4.nix b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi4.nix
index 79c835dc390..87545e84203 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi4.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi4.nix
@@ -27,7 +27,7 @@
   };
 
   fileSystems."/boot/firmware" = {
-    # This effectively "renames" the loaOf entry set in sd-image.nix
+    # This effectively "renames" the attrsOf entry set in sd-image.nix
     mountPoint = "/boot";
     neededForBoot = true;
   };