pkgs-lib/shell: update to new homeConfigurations

flk should switch to use home-manager --flake whenever the updated
package is made available in the hm flake or nixpkgs
This commit is contained in:
Pacman99 2021-04-11 10:24:00 -07:00
parent 401566af34
commit 658cd2bb08
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ case "$1" in
;;
"home")
ref="$DEVSHELL_ROOT/#homeConfigurations.$3@$2.home.activationPackage"
ref="$DEVSHELL_ROOT/#homeConfigurations.$3@$2.activationPackage"
if [[ "$4" == "switch" ]]; then
nix build "$ref" && result/activate &&