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")
|
||||
ref="$DEVSHELL_ROOT/#homeConfigurations.$3@$2.home.activationPackage"
|
||||
ref="$DEVSHELL_ROOT/#homeConfigurations.$3@$2.activationPackage"
|
||||
|
||||
if [[ "$4" == "switch" ]]; then
|
||||
nix build "$ref" && result/activate &&
|
||||
|
Loading…
Reference in New Issue
Block a user