nixos/reframe: use lib.mapAttrs' for environment.etc

Again, sorry for not testing!

Assisted-by: pi:gpt-5.3-codex
This commit is contained in:
bitbloxhub
2026-05-07 23:40:56 +00:00
parent 6ac5f1fd25
commit ad8a0475ba
@@ -173,7 +173,7 @@ in
description = "ReFrame Remote Desktop";
};
users.groups.reframe = { };
environment.etc = builtins.mapAttrs' (
environment.etc = lib.mapAttrs' (
name: value:
lib.nameValuePair "reframe/${name}.conf" {
mode = "0644";