mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
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:
parent
3d1c1c0fce
commit
0e5342f48a
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ let
|
|||
'';
|
||||
|
||||
systemdBootBuilder = pkgs.substituteAll rec {
|
||||
name = "systemd-boot";
|
||||
|
||||
src = checkedSource;
|
||||
|
||||
isExecutable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue