Skip to content

Commit

Permalink
cleanup flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas6 committed Jan 11, 2025
1 parent a8a9548 commit fd958fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

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

- name: Update the flake
run: nix flake update
Expand Down

0 comments on commit fd958fa

Please sign in to comment.