summary refs log tree commit diff
path: root/nixos/tests/sssd.nix
Commit message (Collapse)AuthorAge
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/sssd: fix the moduleBruno Bigras2020-08-24
'system.nssModules' was not set correctly fix #91242