Skip to content

Commit aab8e3d

Browse files
authored
Merge pull request #72 from DeterminateSystems/graham/fh-813-create-a-determinate-nix-action-with-pinned-releases
Update to use our new nix action
2 parents c87343b + a36d5d9 commit aab8e3d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: DeterminateSystems/nix-installer-action@main
17+
- uses: DeterminateSystems/determinate-nix-action@v3
1818
- uses: DeterminateSystems/flakehub-cache-action@main
1919
- run: nix develop --command pnpm install
2020
- run: nix develop --command pnpm run format

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Check Nix flake inputs
25-
uses: DeterminateSystems/flake-checker-action@v4 # This action
25+
uses: DeterminateSystems/flake-checker-action@main # This action
2626
- name: Install Nix
27-
uses: DeterminateSystems/nix-installer-action@v3
27+
uses: DeterminateSystems/determinate-nix-action@v3
2828
- name: Build default package
2929
run: nix build
3030
```

0 commit comments

Comments
 (0)