Skip to content

Commit ce95629

Browse files
authored
Merge pull request #59 from ranfdev/update_deps
update dependencies, ci: use determinate systems nix installer
2 parents ff69756 + f45e19b commit ce95629

File tree

2 files changed

+155
-117
lines changed

2 files changed

+155
-117
lines changed

.github/workflows/build-nix.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ jobs:
77
tests:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2.4.0
11-
- uses: cachix/install-nix-action@v15
12-
with:
13-
extra_nix_config: |
14-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
15-
- uses: cachix/cachix-action@v10
10+
- name: git checkout
11+
uses: actions/[email protected]
12+
- name: Install Nix
13+
uses: DeterminateSystems/nix-installer-action@main
14+
- name: configure cachix
15+
uses: cachix/cachix-action@v10
1616
with:
1717
name: ranfdev-geopard
1818
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
19-
- run: nix --print-build-logs flake check
20-
- run: nix --print-build-logs build
19+
- name: run checks
20+
run: nix --print-build-logs flake check
21+
- name: build
22+
run: nix --print-build-logs build

0 commit comments

Comments
 (0)