Skip to content

Commit

Permalink
Bump Nix versions
Browse files Browse the repository at this point in the history
* 2.22.0 (new)
* 2.21.0 -> 2.21.2
* 2.20.5 -> 2.20.6
* 2.19.3 -> 2.19.4
* 2.18.1 -> 2.18.2
* 2.3.17 -> 2.3.18
  • Loading branch information
rickynils committed May 1, 2024
1 parent f188189 commit 4970493
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
33 changes: 18 additions & 15 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
- macos-12
- macos-11
nix_version:
- 2.21.0
- 2.20.5
- 2.19.3
- 2.18.1
- 2.3.17
- 2.22.0
- 2.21.2
- 2.20.6
- 2.19.4
- 2.18.2
- 2.3.18
runs-on: ${{ matrix.os }}
steps:
- uses: divnix/nix-cache-action@v3.0.11-nix
Expand Down Expand Up @@ -92,11 +93,12 @@ jobs:
- macos-12
- macos-11
nix_version:
- 2.21.0
- 2.20.5
- 2.19.3
- 2.18.1
- 2.3.17
- 2.22.0
- 2.21.2
- 2.20.6
- 2.19.4
- 2.18.2
- 2.3.18
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -137,11 +139,12 @@ jobs:
- macos-12
- macos-11
nix_version:
- 2.21.0
- 2.20.5
- 2.19.3
- 2.18.1
- 2.3.17
- 2.22.0
- 2.21.2
- 2.20.6
- 2.19.4
- 2.18.2
- 2.3.18
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs-unstable.url = "nixpkgs/295ee8d482bc8620fa2c3757c7a95a7e824222bc";
nixpkgs-unstable.url = "nixpkgs/c10b1bb002e7414ecf7c9d9e5f7ebaeaeae32c92";
};

nixConfig = {
Expand Down Expand Up @@ -52,7 +52,8 @@
nixVersions = system: lib.listToAttrs (map (nix: lib.nameValuePair
nix.version nix
) (
[ nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_21
[ nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_22
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_21
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_20
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_19
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_18
Expand Down

0 comments on commit 4970493

Please sign in to comment.