-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
nixosTests.fancontrol: fix test; clean up module #122074
Conversation
and set myself (module author) as maintainer
set a group and user for the service remove default null config it's required, now it throws an error pointing to the option set myself (module author) as maintainer
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.
LGTM
[nix-shell:~/.cache/nixpkgs-review/pr-122074]$ nix-build ./nixpkgs/ -A nixosTests.fancontrol
/nix/store/j99i7i1by3bxv1nlhhd02ndgyc5k8v4y-vm-test-run-fancontrol
This new |
i get similar failures once in a while i don't think it's due to the user & group stuff |
could be that there should be another |
hmm, turns out i was just running with a broken fancontrol service... shudders at the discovery this is just bash scripts |
Motivation for this change
ZHF: #122042
@NixOS/nixos-release-managers
Things done
fix test by not waiting for the service (the service is not expected to keep running, can't do a fancontrol config for a VM?)
clean up module (added
lm_sensors
group andfancontrol
user, removed default config (a config is required, no default can be guessed))added myself as maintainer to both the test and the module
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)