You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried the new templates support in HM (#668) but it produces this error when path is not specified:
error: attribute 'xdg' missing
at /nix/store/f7wqa62l66hlnspd2v5mlhl90k7x51vz-source/modules/home-manager/templates.nix:36:30:
35| # Keep this in sync with `RenderedSubdir` in `pkgs/sops-install-secrets/main.go`
36| default = "${config.xdg.configHome}/sops-nix/secrets/rendered/${config.name}";
| ^
37| };
Also when the path is specified, matching default, the rendered file seems to be encoded, with content like 212476d9b0f3472eaa762... .
The text was updated successfully, but these errors were encountered:
I have tried the new templates support in HM (#668) but it produces this error when
path
is not specified:Also when the path is specified, matching default, the rendered file seems to be encoded, with content like
212476d9b0f3472eaa762...
.The text was updated successfully, but these errors were encountered: