Merge pull request #90 from nix-community/ci-fix

Fix CI Regression after Linux Loader Fix
This commit is contained in:
Julian Stecklina 2023-02-02 18:07:14 +01:00 committed by GitHub
commit abd5af1250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ in
src = "bootspec.get('kernel')"; src = "bootspec.get('kernel')";
dst = "convert_to_esp(bootspec.get('kernel'))"; dst = "convert_to_esp(bootspec.get('kernel'))";
}; };
appendCrap = true;
}; };
specialisation = mkSecureBootTest { specialisation = mkSecureBootTest {