Loading nixos/modules/system/boot/loader/limine/limine.nix +5 −4 Original line number Diff line number Diff line Loading @@ -358,14 +358,15 @@ in system = { boot.loader.id = "limine"; build.installBootLoader = pkgs.substituteAll { build.installBootLoader = pkgs.replaceVarsWith { src = ./limine-install.py; isExecutable = true; replacements = { python3 = pkgs.python3.withPackages (python-packages: [ python-packages.psutil ]); configPath = limineInstallConfig; }; }; }; }) ]; } Loading
nixos/modules/system/boot/loader/limine/limine.nix +5 −4 Original line number Diff line number Diff line Loading @@ -358,14 +358,15 @@ in system = { boot.loader.id = "limine"; build.installBootLoader = pkgs.substituteAll { build.installBootLoader = pkgs.replaceVarsWith { src = ./limine-install.py; isExecutable = true; replacements = { python3 = pkgs.python3.withPackages (python-packages: [ python-packages.psutil ]); configPath = limineInstallConfig; }; }; }; }) ]; }