-
-
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
nixos/security.acme: remove with lib;
#339101
Conversation
@ofborg test acme |
Correct me if I'm wrong but |
Yeah, this needs fixing. |
9d7afff
to
2d85835
Compare
@ofborg test acme |
Question (non blockers just my own curiosity): what's the value of removing "with lib" entirely as per the parent ticket? I also wonder if a "let inherit (lib) ...” pattern is worth considering to preserve the blame on the lines/keep common values in scope? |
I am personally agnostic to explicit |
Thanks for the explanation 🙂 this change makes a lot of sense now. |
2d85835
to
03a0f9d
Compare
@ofborg test acme |
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.
nix-build -A nixosTests.acme
passes.
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.
Looks good 🙂
Description of changes
part of #208242
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.