Skip to content

Commit

Permalink
Bump home-manager and fix a script
Browse files Browse the repository at this point in the history
  • Loading branch information
bryango committed Jan 14, 2025
1 parent c868d90 commit 630f7e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/home-setup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
flake=''${FLAKE_CONFIG_URI%#*}
flakePath=$(
nix eval --raw --impure \
--expr "toString (builtins.getFlake $flake)" \
--expr "toString (builtins.getFlake (toString $flake))" \
| xargs
) ## the /nix/store path of $flake
"$flakePath/activate.sh"
Expand Down
2 changes: 1 addition & 1 deletion nixpkgs-config
2 changes: 1 addition & 1 deletion profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"active": true,
"priority": 5,
"storePaths": [
"/nix/store/rwwmj8qadr6xa0dqw62xzzavdalqwyyn-home-manager-path"
"/nix/store/h8mqp78wasfg2s145vv5wpymhxj2fjw2-home-manager-path"
]
}
},
Expand Down

0 comments on commit 630f7e9

Please sign in to comment.