Skip to content

Commit

Permalink
💚 Silly oops, forgot to run 'home-manager' command
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuggle committed Sep 1, 2024
1 parent 32daa14 commit d4ac36b
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 @@ -27,7 +27,7 @@ build_cherry_system() {
# -I nixos-config=configuration.nix \
# -A system --dry-run
nix build --dry-run --experimental-features 'nix-command flakes' '.#nixosConfigurations.cherry.config.system.build.toplevel'
nix-shell -p home-manager build --flake .#snuggle@cherry
nix-shell -p home-manager home-manager build --flake .#snuggle@cherry
}

build_pineapple_system() {
Expand All @@ -42,7 +42,7 @@ build_pineapple_system() {
# -I nixos-config=configuration.nix \
# -A system --dry-run
nix build --dry-run --experimental-features 'nix-command flakes' '.#nixosConfigurations.pineapple.config.system.build.toplevel'
nix-shell -p home-manager build --flake .#snuggle@pineapple
nix-shell -p home-manager home-manager build --flake .#snuggle@pineapple
}

build_ci_system $@

0 comments on commit d4ac36b

Please sign in to comment.