-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
puppet: init at 8.6.0 #310152
puppet: init at 8.6.0 #310152
Conversation
although unused in nixos itself, this is convenient to have puppet with a nix-shell reach. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4027 |
pkgs/by-name/pu/puppet/package.nix
Outdated
passthru = { | ||
tests.version = testers.testVersion { | ||
package = puppet; | ||
version = (import ./gemset.nix).puppet.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.
version = (import ./gemset.nix).puppet.version; | |
inherit (import ./gemset.nix).puppet) version; |
exes = [ "puppet" ]; | ||
|
||
passthru = { | ||
tests.version = testers.testVersion { |
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.
We probably need to set HOME to a writable directory to fix the build.
puppet --version returned a non-zero exit code.
Error: Could not initialize global default settings: Permission denied @ dir_s_mkdir - /homeless-shelter
error: builder for '/nix/store/rcd9dn8m8450a1q825k6an6imsqjf79c-puppet-8.6.0-test-version.drv' failed with exit code 1;
0d5be2a
to
ff4bdaf
Compare
Description of changes
Puppet is a configuration language used to configure servers and laptop.
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.