From 658cd2bb082b259ef27cfdb910d4bc1f5193fcf1 Mon Sep 17 00:00:00 2001 From: Pacman99 Date: Sun, 11 Apr 2021 10:24:00 -0700 Subject: [PATCH] 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 --- lib/pkgs-lib/shell/flk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pkgs-lib/shell/flk.sh b/lib/pkgs-lib/shell/flk.sh index 344e9d3..2d46045 100755 --- a/lib/pkgs-lib/shell/flk.sh +++ b/lib/pkgs-lib/shell/flk.sh @@ -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 &&