fix bugs in test resource invocation #16

Closed
kiara wants to merge 2 commits from fix-env-apply-call into deployment-data-model-with-tests
Showing only changes of commit b378f6bf91 - Show all commits

View file

@ -126,7 +126,7 @@ in
nixos.module = nixos.module =
{ ... }: { ... }:
{ {
users.users = config.resources.shell.login-shell.apply ( users.users = config.resources.operator-environment.login-shell.apply (
lib.filterAttrs (_name: value: value ? login-shell) requests lib.filterAttrs (_name: value: value ? login-shell) requests
); );
}; };