mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
treewide: apply statix fixes
This commit is contained in:
parent
7d1ed0fbaa
commit
a5ed8b213f
4 changed files with 5 additions and 6 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue