tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Rename gummiboot module
Eelco Dolstra
9 years ago
e8ad22be
9f0e1373
+2
-2
3 changed files
expand all
collapse all
unified
split
nixos
modules
module-list.nix
system
boot
loader
systemd-boot
systemd-boot-builder.py
systemd-boot.nix
+1
-1
nixos/modules/module-list.nix
···
505
505
./system/boot/loader/grub/grub.nix
506
506
./system/boot/loader/grub/ipxe.nix
507
507
./system/boot/loader/grub/memtest.nix
508
508
-
./system/boot/loader/gummiboot/gummiboot.nix
509
508
./system/boot/loader/init-script/init-script.nix
510
509
./system/boot/loader/loader.nix
511
510
./system/boot/loader/raspberrypi/raspberrypi.nix
511
511
+
./system/boot/loader/systemd-boot/systemd-boot.nix
512
512
./system/boot/luksroot.nix
513
513
./system/boot/modprobe.nix
514
514
./system/boot/networkd.nix
nixos/modules/system/boot/loader/gummiboot/gummiboot-builder.py
nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
+1
-1
nixos/modules/system/boot/loader/gummiboot/gummiboot.nix
nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
···
8
8
efi = config.boot.loader.efi;
9
9
10
10
gummibootBuilder = pkgs.substituteAll {
11
11
-
src = ./gummiboot-builder.py;
11
11
+
src = ./systemd-boot-builder.py;
12
12
13
13
isExecutable = true;
14
14