Skip to content

Commit

Permalink
ci: switch to DeterminateSystems/nix-installer-action
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Sep 4, 2023
1 parent 2d079e8 commit 6a4374b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: DeterminateSystems/nix-installer-action@main

- name: Build document
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install the Nix package manager
uses: cachix/install-nix-action@v23
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- name: Checks
run: nix run nixpkgs#nodePackages.prettier -- --check .

0 comments on commit 6a4374b

Please sign in to comment.