Skip to content

Commit

Permalink
suggest
Browse files Browse the repository at this point in the history
Co-authored-by: nikstur <nikstur@outlook.com>
  • Loading branch information
RaitoBezarius and nikstur authored Apr 28, 2023
1 parent cc592b2 commit d00bf25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/tests/lanzaboote.nix
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ in
'';
};

synthesis-works = mkSecureBootTest {
name = "synthesis-enable-a-bootspec-without-bootspec";
machine = { pkgs, ... }: {
synthesis = mkSecureBootTest {
name = "lanzaboote-synthesis";
machine = { lib, ... }: {
boot.bootspec.enable = lib.mkForce false;
};
testScript = ''
Expand Down

0 comments on commit d00bf25

Please # to comment.