Skip to content

Commit

Permalink
fix infinite recursion in mkEif
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Apr 15, 2024
1 parent ef42f63 commit 2d879a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
* - PCRs in derivation/pcr.json
*/
mkEif =
{ name ? "${name}-linux-${arch}-${version}-eif"
{ name ? "$imae-linux-${arch}-${version}-eif"
, version ? "0.1-dev"
, ramdisks # list[path] of ramdisks to use for boot. See mkUserRamdisk and mkSysRamdisk
, kernel # path (derivation) to compiled kernel binary
Expand Down

0 comments on commit 2d879a6

Please sign in to comment.