Skip to content

Commit

Permalink
Merge pull request #148 from nix-community/rfc0125-post-merge
Browse files Browse the repository at this point in the history
bootspec: RFC-0125 final changes
  • Loading branch information
RaitoBezarius authored Apr 29, 2023
2 parents c60e039 + d0d0b7b commit 484b2c2
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 120 deletions.
42 changes: 30 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/tests/lanzaboote.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let
return f'/boot/EFI/nixos/{store_dir}-{filename}.efi'
machine.start()
bootspec = json.loads(machine.succeed("cat /run/current-system/boot.json")).get('v1')
bootspec = json.loads(machine.succeed("cat /run/current-system/boot.json")).get('org.nixos.bootspec.v1')
assert bootspec is not None, "Unsupported bootspec version!"
src_path = ${path.src}
dst_path = ${path.dst}
Expand Down
Loading

0 comments on commit 484b2c2

Please sign in to comment.