treewide: apply statix fixes

This commit is contained in:
Tobias Happ 2022-09-03 17:11:00 +02:00
parent 7d1ed0fbaa
commit a5ed8b213f
4 changed files with 5 additions and 6 deletions

View file

@ -128,7 +128,7 @@ in
# Fortunately, it's not that hard to us to workaround with just a symlink.
environment.etc = mkIf cfg.useUserPackages {
"profiles/per-user/${config.user.userName}".source =
builtins.toPath "${config.user.home}/.nix-profile";
/. + "${config.user.home}/.nix-profile";
};
};