Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example for using your own kernel in enclaves #18

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

cottand
Copy link
Contributor

@cottand cottand commented Jun 11, 2024

Also updates examples' nixpkgs to unstable.

Refer to the official Nix docs for more details on how to compile the Linux kernel.

@cottand cottand requested a review from a team as a code owner June 11, 2024 14:27
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need the unstable version of this package?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nixpkgs' 23.11 did not have the Linux kernel 6.8+, which is the first one that has AWS Nitro support

awnumar
awnumar previously approved these changes Jun 11, 2024
@cottand cottand requested a review from awnumar June 11, 2024 15:04
@cottand cottand merged commit 4cbb2f1 into master Jun 11, 2024
1 check passed
@cottand cottand deleted the nico.new-kernel-68 branch June 11, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants