Skip to content

Commit

Permalink
Update github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Wieringa authored and Jason Wieringa committed Jan 15, 2025
1 parent 23f921b commit 3eabe8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v18
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: jwieringa-nixos-config
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check
- run: nix build .#nixosConfigurations."vm-aarch64".config.system.build.toplevel
- run: NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nixos-rebuild switch --flake "/nix-config#vm-aarch64"

0 comments on commit 3eabe8e

Please sign in to comment.