Skip to content

Commit

Permalink
Fix path to initrd
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Feb 12, 2025
1 parent cb6a0cc commit d934420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tinyboot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ stdenv.mkDerivation {
runHook postCheck
'';

passthru = lib.optionalAttrs withLoader { initrdPath = "tboot-loader.cpio.xz"; };
passthru = lib.optionalAttrs withLoader { initrdPath = "tboot-loader.cpio"; };
meta.platforms = lib.platforms.linux;
}

0 comments on commit d934420

Please sign in to comment.