Skip to content

Commit

Permalink
Bump default Nix version to 2.24.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Nov 5, 2024
1 parent fe6b018 commit e6f778d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- uses: ./
with:
nix_archives_url: file:///tmp/archives
nix_version: 2.19.3
nix_version: 2.24.9
- uses: cachix/cachix-action@v12
with:
name: nixbuild
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:

nix_version:
required: true
default: "2.21.4"
default: "2.24.9"
description: |
The version of Nix that should be installed
Expand Down

0 comments on commit e6f778d

Please sign in to comment.