Skip to content

Commit

Permalink
fix: flake automatiion
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Jan 25, 2023
1 parent 45ff6e5 commit bc343fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Install NIX
uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
-
name: Generate flake file
run: ./update-nix.sh
Expand Down

0 comments on commit bc343fb

Please sign in to comment.