Rename gummiboot module

This commit is contained in:
Eelco Dolstra
2016-06-01 12:55:56 +02:00
parent 9f0e137338
commit e8ad22be12
3 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ let
efi = config.boot.loader.efi;
gummibootBuilder = pkgs.substituteAll {
src = ./gummiboot-builder.py;
src = ./systemd-boot-builder.py;
isExecutable = true;