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:
parent
401566af34
commit
658cd2bb08
|
@ -81,7 +81,7 @@ case "$1" in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"home")
|
"home")
|
||||||
ref="$DEVSHELL_ROOT/#homeConfigurations.$3@$2.home.activationPackage"
|
ref="$DEVSHELL_ROOT/#homeConfigurations.$3@$2.activationPackage"
|
||||||
|
|
||||||
if [[ "$4" == "switch" ]]; then
|
if [[ "$4" == "switch" ]]; then
|
||||||
nix build "$ref" && result/activate &&
|
nix build "$ref" && result/activate &&
|
||||||
|
|
Loading…
Reference in a new issue