0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Merge pull request #219747 from Stunkymonkey/deprecate-isNull

This commit is contained in:
Bernardo Meurer 2023-03-16 11:10:22 -03:00 committed by GitHub
commit 6e55733359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 62 additions and 63 deletions

View file

@ -270,7 +270,7 @@ in
'';
})]);
environment.etc.${cfg.etcClusterAdminKubeconfig}.source = mkIf (!isNull cfg.etcClusterAdminKubeconfig)
environment.etc.${cfg.etcClusterAdminKubeconfig}.source = mkIf (cfg.etcClusterAdminKubeconfig != null)
clusterAdminKubeconfig;
environment.systemPackages = mkIf (top.kubelet.enable || top.proxy.enable) [