-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
dtbloader: init at 1.2.2 #365174
dtbloader: init at 1.2.2 #365174
Conversation
771dd8b
to
eb760b0
Compare
Thoughts:
|
This packaging is simply to help have a better aarch64 laptop support. |
The efi file only for aarch64 paltform, so the paltform should drop the x86-64. |
eb760b0
to
ea89d4d
Compare
dc379ad
to
e3055a7
Compare
|
397da94
to
19cf4ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diff LGTM
@ofborg build dtbloader |
|
|
Successfully created backport PR for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would still like to signal that I want to see an example use-case for this. How is anyone supposed to test this package?
hardeningDisable = [ "all" ]; | ||
|
||
buildPhase = '' | ||
make -j$NIX_BUILD_CORES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is an explicit buildPhase
necessary? If you want parallel builds, just use enableParallelBuilding = true;
.
Fix : #365172
Help : kuruczgy/x1e-nixos-config#45
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.