Skip to content

Commit

Permalink
💚 Add home-manager to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuggle committed Sep 1, 2024
1 parent 0b3c64b commit 7cf273c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +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'
home-manager build --flake .#snuggle@cherry
}

build_pineapple_system() {
Expand All @@ -41,6 +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'
home-manager build --flake .#snuggle@pineapple
}

build_ci_system $@

0 comments on commit 7cf273c

Please sign in to comment.