-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
postfixadmin: 3.3.13 -> 3.3.14 #362517
base: master
Are you sure you want to change the base?
postfixadmin: 3.3.13 -> 3.3.14 #362517
Conversation
f169f2f
to
9efe95e
Compare
19d3120
to
8b3a797
Compare
@ofborg build nixosTests.postfixadmin |
postfixadmin: format with nixfmt-rfc-style
Co-authored-by: R. RyanTM <[email protected]>
Because the package uses `/etc` and `/var/cache`
f398240
to
c18bea5
Compare
}) | ||
]; | ||
|
||
strictDeps = true; |
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.
there are no buildInputs here, so strictDeps is pretty useless
configLocalPath ? "/etc/postfixadmin/config.local.php", | ||
templatesCachePath ? "/var/cache/postfixadmin/templates_c", |
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 do we need those options? they are unused currently in the module and I doubt that we really need them.
sha256 = "sha256-46bc34goAcRvaiyW7z0AvIcd8n61TL6vgLQ+y7nNKBQ="; | ||
owner = "postfixadmin"; | ||
repo = "postfixadmin"; | ||
rev = "refs/tags/postfixadmin-${finalAttrs.version}"; |
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.
rev = "refs/tags/postfixadmin-${finalAttrs.version}"; | |
tags = "postfixadmin-${finalAttrs.version}"; |
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.