summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2020-09-02 08:45:37 -0400
committerGitHub <noreply@github.com>2020-09-02 08:45:37 -0400
commit18348c7829ae93ebe436497ca7ad96cdb8d39935 (patch)
tree4bb9090ed91bc41e15001193a8cd3f4f806cdc93 /nixos/modules/installer/cd-dvd
parent403414522acdafb3785af9ddbe883e23a7a8f5bb (diff)
parent3f8a3246f409513653a9e8739c69371af3e9f7b0 (diff)
downloadnixpkgs-18348c7829ae93ebe436497ca7ad96cdb8d39935.tar
nixpkgs-18348c7829ae93ebe436497ca7ad96cdb8d39935.tar.gz
nixpkgs-18348c7829ae93ebe436497ca7ad96cdb8d39935.tar.bz2
nixpkgs-18348c7829ae93ebe436497ca7ad96cdb8d39935.tar.lz
nixpkgs-18348c7829ae93ebe436497ca7ad96cdb8d39935.tar.xz
nixpkgs-18348c7829ae93ebe436497ca7ad96cdb8d39935.tar.zst
nixpkgs-18348c7829ae93ebe436497ca7ad96cdb8d39935.zip
Merge pull request #96042 from rnhmjoj/loaOf
treewide: completely remove types.loaOf
Diffstat (limited to 'nixos/modules/installer/cd-dvd')
-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;
   };