Skip to content

Commit

Permalink
flake.lock: Update
Browse files Browse the repository at this point in the history
This updates the `flake.lock` file, fixing the `joshuto` nix build locally
and in ci.

This also updates actions that are used inside the action.
  • Loading branch information
a-kenji committed Aug 13, 2024
1 parent d10ca32 commit a66b9dd
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 86 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: Build Nix Flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v27

- name: Build Nix Flake
run: nix build
Expand Down
Loading

0 comments on commit a66b9dd

Please sign in to comment.