Skip to content

Commit

Permalink
Merge pull request #288690 from maralorn/drop-unused-fs-binding
Browse files Browse the repository at this point in the history
nixos: Drop unused variable in systemd/initrd.nix
  • Loading branch information
flokli authored Feb 20, 2024
2 parents 73e9155 + 6634b86 commit 8b025e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nixos/modules/system/boot/systemd/initrd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ let
inherit (cfg) packages package;
};

fileSystems = filter utils.fsNeededForBoot config.system.build.fileSystems;

kernel-name = config.boot.kernelPackages.kernel.name or "kernel";
modulesTree = config.system.modulesTree.override { name = kernel-name + "-modules"; };
firmware = config.hardware.firmware;
Expand Down

0 comments on commit 8b025e8

Please sign in to comment.