this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Pacman99 658cd2bb 401566af

+1 -1
+1 -1
lib/pkgs-lib/shell/flk.sh
··· 81 81 ;; 82 82 83 83 "home") 84 - ref="$DEVSHELL_ROOT/#homeConfigurations.$3@$2.home.activationPackage" 84 + ref="$DEVSHELL_ROOT/#homeConfigurations.$3@$2.activationPackage" 85 85 86 86 if [[ "$4" == "switch" ]]; then 87 87 nix build "$ref" && result/activate &&