Skip to content

Commit

Permalink
Release v12
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Jun 16, 2022
1 parent a6208c9 commit 8746302
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
with:
nix_on_tmpfs: true
nix_conf: experimental-features = nix-command flakes
- uses: nixbuild/nixbuild-action@v11
- uses: nixbuild/nixbuild-action@v12
with:
nixbuild_ssh_key: ${{secrets.nixbuild_ssh_key}}
cache-build-failures: ${{inputs.cache-build-failures}}
Expand Down
8 changes: 5 additions & 3 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
v11
v12

## Changes

* ci-workflow: Clean up uploaded artifact names, so characters in attribute names can't cause upload failures.
* ci-workflow: Fix building of builds using import-from-derivation.

* ci-workflow: Bump the version of [nix-quick-install-action](https://github.com/marketplace/actions/nix-quick-install) from [v12](https://github.com/nixbuild/nix-quick-install-action/releases/tag/v12) to [v14](https://github.com/nixbuild/nix-quick-install-action/releases/tag/v14). This changes the used Nix version from 2.7.0 to 2.8.1.
* ci-workflow: Add a setting `nix_version` that can be used to select which Nix version should be used to perform builds.

* ci-workflow: Bump the version of [nix-quick-install-action](https://github.com/marketplace/actions/nix-quick-install) from [v14](https://github.com/nixbuild/nix-quick-install-action/releases/tag/v14) to [v16](https://github.com/nixbuild/nix-quick-install-action/releases/tag/v16). This changes the default Nix version from 2.8.1 to 2.9.1.

0 comments on commit 8746302

Please sign in to comment.