Skip to content

Commit

Permalink
💎 Nedryland 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sakarias88 committed Feb 6, 2024
1 parent 2192673 commit cd760ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Nix (Nedryland 9.0.0)
- name: Setup Nix (Nedryland 10.0.0)
if: ${{ github.repository != 'goodbyekansas/nedryland' }}
uses: goodbyekansas/nedryland/.github/actions/setup-nix@9.0.0
uses: goodbyekansas/nedryland/.github/actions/setup-nix@10.0.0
with:
access-key: ${{ secrets.nix-access-key }}
builders-access-key: ${{ secrets.nix-builders-access-key }}
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:

- name: Setup Nix (Nedryland 1)
if: ${{ github.repository != 'goodbyekansas/nedryland' }}
uses: goodbyekansas/nedryland/.github/actions/setup-nix@9.0.0
uses: goodbyekansas/nedryland/.github/actions/setup-nix@10.0.0
with:
access-key: ${{ secrets.nix-access-key }}
builders-access-key: ${{ secrets.nix-builders-access-key }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [10.0.0] - 2024-02-06

### Added
- Support for nixpkgs up to 23.11

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
"Nedryland supports nixpkgs versions >= 22.05, you have ${pkgs.lib.version or "unknown"}}";
let
pkgs' = pkgs;
version = "9.0.0";
version = "10.0.0";
versionAtLeast = pkgs'.lib.versionAtLeast version;
in
{
Expand Down

0 comments on commit cd760ae

Please sign in to comment.