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:
@@ -22,6 +22,8 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
systemdBootBuilder = pkgs.substituteAll rec {
|
systemdBootBuilder = pkgs.substituteAll rec {
|
||||||
|
name = "systemd-boot";
|
||||||
|
|
||||||
src = checkedSource;
|
src = checkedSource;
|
||||||
|
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user