summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-07-16 19:43:00 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-07-16 19:53:57 +0200
commit0e5342f48a1de3a7e67a7b701c99de1471be08fa (patch)
tree8601442855ff2787431907ff4f430a09160af1a8
parent3d1c1c0fceff9c91ec88ca56d58d340bf0c91439 (diff)
nixos/systemd-boot: give systemdBootBuilder a better name
Before it had twice a store hash which made nix store diff-closures kinda ugly.
-rw-r--r--nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
index e73048dc2ecb..0a27237e18fd 100644
--- a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
+++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
@@ -22,6 +22,8 @@ let
'';
systemdBootBuilder = pkgs.substituteAll rec {
+ name = "systemd-boot";
+
src = checkedSource;
isExecutable = true;