Skip to content

Commit

Permalink
chore: yamlfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 authored and austbot committed Oct 31, 2024
1 parent d348870 commit 0bae4fc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/update-cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ on:
concurrency:
group: main-build-cache
cancel-in-progress: true

permissions: read-all

jobs:
update-cachix:
name: Update Cachix
Expand All @@ -24,19 +22,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
extra-substituters = https://bonsol.cachix.org
extra-trusted-public-keys = bonsol.cachix.org-1:yz7vi1rCPW1BpqoszdJvf08HZxQ/5gPTPxft4NnT74A=
- name: Install and configure Cachix
uses: cachix/cachix-action@v15
with:
name: bonsol
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
run: nix flake check
run: nix develop

0 comments on commit 0bae4fc

Please sign in to comment.