Skip to content

Commit 5e85864

Browse files
Updated nix
1 parent b62781d commit 5e85864

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-nix-app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "build-nix-app"
22
on:
33
# Trigger the workflow on push or pull request,
44
# but only for the main branch
5-
push:
5+
push:
66
branches: [ main, main-0.4 ]
77
pull_request:
88
branches: [ main, main-0.4 ]
@@ -22,10 +22,10 @@ jobs:
2222
uses: ./.github/actions/extend-space
2323

2424
- name: Install nix
25-
uses: cachix/install-nix-action@v27
25+
uses: cachix/install-nix-action@v31
2626
with:
2727
github_access_token: ${{ secrets.GITHUB_TOKEN }}
28-
nix_path: nixpkgs=channel:nixos-24.05
28+
nix_path: nixpkgs=channel:nixos-25.05
2929

3030
- uses: cachix/cachix-action@v15
3131
with:

0 commit comments

Comments
 (0)