Unverified Commit 9c24f502 authored by Matthew_Cash's avatar Matthew_Cash
Browse files

nixos/user-groups: fix environment.profiles using parameter expansion

parent f99e5f03
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -702,7 +702,8 @@ in {

    environment.profiles = [
      "$HOME/.nix-profile"
      "\${XDG_STATE_HOME:-$HOME/.local/state}/nix/profile"
      "\${XDG_STATE_HOME}/nix/profile"
      "$HOME/.local/state/nix/profile"
      "/etc/profiles/per-user/$USER"
    ];