Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Add kernels package/command to generated flake output#251

Merged
danieldk merged 1 commit into
mainfrom
gen-flakes-kernel
Oct 9, 2025
Merged

Add kernels package/command to generated flake output#251
danieldk merged 1 commit into
mainfrom
gen-flakes-kernel

Conversation

@danieldk
Copy link
Copy Markdown
Member

@danieldk danieldk commented Oct 9, 2025

This makes it possible to do run kernels inside a kernel to e.g. upload a kernel:

nix run .#kernels -- upload ...

This makes it possible to do run `kernels` inside a kernel to e.g.
upload a kernel:

```
nix run .#kernels -- upload ...
```
@danieldk danieldk marked this pull request as ready for review October 9, 2025 10:36
Copy link
Copy Markdown
Contributor

@MekkCyber MekkCyber left a comment

Choose a reason for hiding this comment

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

Sounds great ! thanks for adding

Comment thread overlay.nix
Comment on lines +19 to +21
python-self: python-super: with python-self; {
kernel-abi-check = callPackage ./pkgs/python-modules/kernel-abi-check { };
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Not sure why we need to add this derivation here since we have it in pkgs/kernel-abi-check/default.nix

Copy link
Copy Markdown
Member Author

@danieldk danieldk Oct 9, 2025

Choose a reason for hiding this comment

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

pkgs/kernel-abi-check/default.nix is Rust version (command-line utility), this is the Python module.

@danieldk danieldk merged commit 1774d44 into main Oct 9, 2025
28 checks passed
@danieldk danieldk deleted the gen-flakes-kernel branch October 9, 2025 12:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants