Skip to content

Commit

Permalink
💚 Add command to nix-shell home-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuggle committed Sep 16, 2024
1 parent 6c3c9fb commit e7effb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ build_pineapple_home() {
#NIX_PATH=/home/$USER/.nix-defexpr/channels:nixpkgs=channel:nixos-unstable nix-build '<nixpkgs/nixos>' \
# -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() {
Expand All @@ -72,7 +72,7 @@ build_cherry_home() {
#NIX_PATH=/home/$USER/.nix-defexpr/channels:nixpkgs=channel:nixos-unstable nix-build '<nixpkgs/nixos>' \
# -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 $@

0 comments on commit e7effb3

Please sign in to comment.