Change to sssd.nix causes nixos build scripts to fail with error #91242
Labels
0.kind: bug
Something is broken
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Describe the bug
A clear and concise description of what the bug is.
I created a Dockerfile for building a custom nixos Docker image out of the nixos/nix Docker image on Docker hub. A few weeks ago it was building fine using nixos/nix:2.3.4. But I noticed that with the latest nixos/nix:latest, I was getting the following error message when building nixos:
Looking at the changes to
nixpkgs/nixos/modules/services/misc/sssd.nix
, I discovered that changing line 72 fromback to
fixed the problem. It looks like this was changed on May 9 to remove redundant condition:
90bc3ec
But removing the redundant condition causes the assertion in
nixpkgs/nixos/modules/config/nsswitch.nix
to fail due to the scripts now complaining thatsystem.nssModules
is not of typelist of paths
.Any chance we can get that line reverted?
Thanks!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: