From e7effb31dd3a2b104fff45af6651fe6a812d32a6 Mon Sep 17 00:00:00 2001 From: Snuggle <^-^@snugg.ie> Date: Mon, 16 Sep 2024 16:54:13 +0100 Subject: [PATCH] :green_heart: Add command to nix-shell home-manager --- .github/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/build.sh b/.github/build.sh index 4e332e7..30e1c24 100644 --- a/.github/build.sh +++ b/.github/build.sh @@ -58,7 +58,7 @@ build_pineapple_home() { #NIX_PATH=/home/$USER/.nix-defexpr/channels:nixpkgs=channel:nixos-unstable nix-build '' \ # -I nixos-config=configuration.nix \ # -A system --dry-run - nix-shell -p home-manager "home-manager build --flake .#snuggle@pineapple" + nix-shell -p home-manager --command "home-manager build --flake .#snuggle@pineapple" } build_cherry_home() { @@ -72,7 +72,7 @@ build_cherry_home() { #NIX_PATH=/home/$USER/.nix-defexpr/channels:nixpkgs=channel:nixos-unstable nix-build '' \ # -I nixos-config=configuration.nix \ # -A system --dry-run - nix-shell -p home-manager "home-manager build --flake .#snuggle@cherry" + nix-shell -p home-manager --command "home-manager build --flake .#snuggle@cherry" } build_ci_system $@