Skip to content

Commit 98ee821

Browse files
committed
ci: switch to DeterminateSystems/nix-installer-action
1 parent 57cab68 commit 98ee821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prettier.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717

18-
- name: Install the Nix package manager
19-
uses: cachix/install-nix-action@v22
18+
- name: Install Nix
19+
uses: DeterminateSystems/nix-installer-action@main
2020

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

0 commit comments

Comments
 (0)