nixos/systemd-boot: give systemdBootBuilder a better name

Before it had twice a store hash which made nix store diff-closures
kinda ugly.
This commit is contained in:
Sandro Jäckel
2024-07-16 19:43:00 +02:00
parent 3d1c1c0fce
commit 0e5342f48a

View File

@@ -22,6 +22,8 @@ let
'';
systemdBootBuilder = pkgs.substituteAll rec {
name = "systemd-boot";
src = checkedSource;
isExecutable = true;