+80
lib/lists.nix
+80
lib/lists.nix
···
+9
nixos/lib/utils.nix
+9
nixos/lib/utils.nix
···
+1
-1
nixos/modules/security/grsecurity.nix
+1
-1
nixos/modules/security/grsecurity.nix
···
+9
-19
nixos/modules/system/boot/stage-1.nix
+9
-19
nixos/modules/system/boot/stage-1.nix
············-(fs: fs.mountPoint != "/" && (fs.neededForBoot || elem fs.mountPoint [ "/nix" "/nix/store" "/var" "/var/log" "/var/lib" "/etc" ]));···
+1
-1
nixos/modules/tasks/encrypted-devices.nix
+1
-1
nixos/modules/tasks/encrypted-devices.nix
···
+30
-9
nixos/modules/tasks/filesystems.nix
+30
-9
nixos/modules/tasks/filesystems.nix
······+message = "The ‘fileSystems’ option can't be topologically sorted: mountpoint dependency path ${ls " -> " fileSystems'.cycle} loops to ${ls ", " fileSystems'.loops}";·········
+3
-5
nixos/modules/tasks/filesystems/zfs.nix
+3
-5
nixos/modules/tasks/filesystems/zfs.nix
···-isRoot = fs: fs.neededForBoot || elem fs.mountPoint [ "/" "/nix" "/nix/store" "/var" "/var/log" "/var/lib" "/etc" ];···