summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-06-01 12:54:03 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-06-01 12:55:56 +0200
commite8ad22be127b3d4b548c2138221b0e446ed298b2 (patch)
tree595b0a50a161a3e5602fde440c5b3e35f33e3297 /nixos
parent9f0e137338a0c8186a104b4af5c6d49d09552784 (diff)
downloadnixlib-e8ad22be127b3d4b548c2138221b0e446ed298b2.tar
nixlib-e8ad22be127b3d4b548c2138221b0e446ed298b2.tar.gz
nixlib-e8ad22be127b3d4b548c2138221b0e446ed298b2.tar.bz2
nixlib-e8ad22be127b3d4b548c2138221b0e446ed298b2.tar.lz
nixlib-e8ad22be127b3d4b548c2138221b0e446ed298b2.tar.xz
nixlib-e8ad22be127b3d4b548c2138221b0e446ed298b2.tar.zst
nixlib-e8ad22be127b3d4b548c2138221b0e446ed298b2.zip
Rename gummiboot module
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/module-list.nix2
-rw-r--r--nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py (renamed from nixos/modules/system/boot/loader/gummiboot/gummiboot-builder.py)0
-rw-r--r--nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix (renamed from nixos/modules/system/boot/loader/gummiboot/gummiboot.nix)2
3 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 3944d7114c0b..f3e9cd75a950 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -505,10 +505,10 @@
   ./system/boot/loader/grub/grub.nix
   ./system/boot/loader/grub/ipxe.nix
   ./system/boot/loader/grub/memtest.nix
-  ./system/boot/loader/gummiboot/gummiboot.nix
   ./system/boot/loader/init-script/init-script.nix
   ./system/boot/loader/loader.nix
   ./system/boot/loader/raspberrypi/raspberrypi.nix
+  ./system/boot/loader/systemd-boot/systemd-boot.nix
   ./system/boot/luksroot.nix
   ./system/boot/modprobe.nix
   ./system/boot/networkd.nix
diff --git a/nixos/modules/system/boot/loader/gummiboot/gummiboot-builder.py b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
index c38af1b67f17..c38af1b67f17 100644
--- a/nixos/modules/system/boot/loader/gummiboot/gummiboot-builder.py
+++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
diff --git a/nixos/modules/system/boot/loader/gummiboot/gummiboot.nix b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
index 3a43a02228dd..a778a4f539c9 100644
--- a/nixos/modules/system/boot/loader/gummiboot/gummiboot.nix
+++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
@@ -8,7 +8,7 @@ let
   efi = config.boot.loader.efi;
 
   gummibootBuilder = pkgs.substituteAll {
-    src = ./gummiboot-builder.py;
+    src = ./systemd-boot-builder.py;
 
     isExecutable = true;