Skip to content

Commit 614d9ff

Browse files
committed
Bump minor Nix versions
2.13.3 -> 2.13.6 2.15.1 -> 2.15.3 2.16.1 -> 2.16.2
1 parent 1997896 commit 614d9ff

File tree

4 files changed

+40
-40
lines changed

4 files changed

+40
-40
lines changed

.github/workflows/cicd.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
- macos-12
4949
- macos-11
5050
nix_version:
51-
- 2.16.1
52-
- 2.15.1
51+
- 2.16.2
52+
- 2.15.3
5353
- 2.14.1
54-
- 2.13.3
54+
- 2.13.6
5555
- 2.12.1
5656
- 2.11.1
5757
- 2.10.3
@@ -109,10 +109,10 @@ jobs:
109109
- macos-12
110110
- macos-11
111111
nix_version:
112-
- 2.16.1
113-
- 2.15.1
112+
- 2.16.2
113+
- 2.15.3
114114
- 2.14.1
115-
- 2.13.3
115+
- 2.13.6
116116
- 2.12.1
117117
- 2.11.1
118118
- 2.10.3
@@ -183,10 +183,10 @@ jobs:
183183
- macos-12
184184
- macos-11
185185
nix_version:
186-
- 2.16.1
187-
- 2.15.1
186+
- 2.16.2
187+
- 2.15.3
188188
- 2.14.1
189-
- 2.13.3
189+
- 2.13.6
190190
- 2.12.1
191191
- 2.11.1
192192
- 2.10.3
@@ -281,7 +281,7 @@ jobs:
281281
- uses: ./
282282
with:
283283
nix_archives_url: file:///tmp/archives
284-
nix_version: 2.16.1
284+
nix_version: 2.16.2
285285
- uses: cachix/cachix-action@v12
286286
with:
287287
name: nixbuild

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66

77
nix_version:
88
required: true
9-
default: "2.16.1"
9+
default: "2.16.2"
1010
description: |
1111
The version of Nix that should be installed
1212

flake.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs = {
55
flake-utils.url = "github:numtide/flake-utils";
6-
nixpkgs-nix-2_16_1.url = "nixpkgs/e999e93d55c6298d151159c9e5ca4e773ff29d1f";
6+
nixpkgs-unstable.url = "nixpkgs/f22fdce31b752f2fe308cbf784bb211b4d650a9a";
77
nixpkgs-nix-2_9_2.url = "nixpkgs/593d839e8fadea1183e071186ae1b584792d4884";
88
nixpkgs-nix-2_5_1.url = "nixpkgs/89f196fe781c53cb50fef61d3063fa5e8d61b6e5";
99
nixpkgs-nix-2_4.url = "nixpkgs/e912008eef096f52f28cf87492830c54ef334eb4";
@@ -24,7 +24,7 @@
2424
outputs = {
2525
self,
2626
flake-utils,
27-
nixpkgs-nix-2_16_1,
27+
nixpkgs-unstable,
2828
nixpkgs-nix-2_9_2,
2929
nixpkgs-nix-2_5_1,
3030
nixpkgs-nix-2_4,
@@ -37,14 +37,14 @@
3737

3838
let
3939

40-
inherit (nixpkgs-nix-2_16_1) lib;
40+
inherit (nixpkgs-unstable) lib;
4141

4242
preferRemoteBuild = drv: drv.overrideAttrs (_: {
4343
preferLocalBuild = false;
4444
allowSubstitutes = true;
4545
});
4646

47-
pkgs = import nixpkgs-nix-2_16_1 {
47+
pkgs = import nixpkgs-unstable {
4848
inherit system;
4949
overlays = [
5050
(self: super: super.prefer-remote-fetch self super)
@@ -67,20 +67,20 @@
6767
nixVersions = system: lib.listToAttrs (map (nix: lib.nameValuePair
6868
nix.version nix
6969
) (
70-
[ nixpkgs-nix-2_16_1.legacyPackages.${system}.nixVersions.nix_2_16
71-
nixpkgs-nix-2_16_1.legacyPackages.${system}.nix
72-
nixpkgs-nix-2_16_1.legacyPackages.${system}.nixVersions.nix_2_14
73-
nixpkgs-nix-2_16_1.legacyPackages.${system}.nixVersions.nix_2_13
74-
nixpkgs-nix-2_16_1.legacyPackages.${system}.nixVersions.nix_2_12
75-
nixpkgs-nix-2_16_1.legacyPackages.${system}.nixVersions.nix_2_11
76-
nixpkgs-nix-2_16_1.legacyPackages.${system}.nixVersions.nix_2_10
70+
[ nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_16
71+
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_15
72+
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_14
73+
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_13
74+
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_12
75+
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_11
76+
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_10
7777
nixpkgs-nix-2_9_2.legacyPackages.${system}.nixVersions.nix_2_9
7878
nixpkgs-nix-2_9_2.legacyPackages.${system}.nixVersions.nix_2_8
7979
nixpkgs-nix-2_9_2.legacyPackages.${system}.nixVersions.nix_2_7
8080
nixpkgs-nix-2_9_2.legacyPackages.${system}.nixVersions.nix_2_6
8181
nixpkgs-nix-2_5_1.legacyPackages.${system}.nix
8282
nixpkgs-nix-2_4.legacyPackages.${system}.nix
83-
nixpkgs-nix-2_16_1.legacyPackages.${system}.nixVersions.nix_2_3
83+
nixpkgs-unstable.legacyPackages.${system}.nixVersions.minimum
8484
(import nixpkgs-nix-2_2_2 { inherit system; }).nix
8585
(import nixpkgs-nix-2_1_3 { inherit system; }).nix
8686
] ++ lib.optionals (system == "x86_64-linux") [

0 commit comments

Comments
 (0)