Skip to content

Commit

Permalink
chore: update install-nix-action
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Nov 25, 2023
1 parent 2b60d76 commit 490333a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
accept-flake-config = true
nix_path: nixpkgs=channel:nixos-23.05
# extra_nix_config: |
# accept-flake-config = true
- uses: cachix/cachix-action@v12
with:
name: williamhsieh
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build --show-trace
- name: building home-manager profile
run: ./result/bin/home-manager build --flake .#william -b bak
run: ./result/bin/home-manager build --flake .#william

0 comments on commit 490333a

Please sign in to comment.