Merge pull request #90 from nix-community/ci-fix
Fix CI Regression after Linux Loader Fix
This commit is contained in:
commit
abd5af1250
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue