Skip to content

Commit

Permalink
feat: pin nix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Jun 13, 2024
1 parent 04d10a4 commit ee76068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- uses: DeterminateSystems/nix-installer-action@v12
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/flake-checker-action@v8
- run: |
nix build .#build-os-configurations
ls -lha result/

0 comments on commit ee76068

Please sign in to comment.