File tree Expand file tree Collapse file tree 3 files changed +293
-1
lines changed Expand file tree Collapse file tree 3 files changed +293
-1
lines changed Original file line number Diff line number Diff line change 57
57
- 2.26.4
58
58
- 2.28.4
59
59
- 2.29.1
60
+ - 2.30.2
61
+ - 2.31.0
60
62
exclude :
61
63
- os : ubuntu-24.04-arm
62
64
nix_version : 2.3.18
96
98
- 2.26.4
97
99
- 2.28.4
98
100
- 2.29.1
101
+ - 2.30.2
102
+ - 2.31.0
99
103
exclude :
100
104
- os : ubuntu-24.04-arm
101
105
nix_version : 2.3.18
Original file line number Diff line number Diff line change 4
4
inputs = {
5
5
flake-utils . url = "github:numtide/flake-utils" ;
6
6
nixpkgs . url = "github:nixos/nixpkgs/master" ;
7
+ nix_2_31 . url = "github:nixos/nix/2.31.0" ;
8
+ nix_2_30 . url = "github:nixos/nix/2.30.2" ;
7
9
nix_2_24 . url = "github:nixos/nix/2.24.15" ;
8
10
nix_2_26 . url = "github:nixos/nix/2.26.4" ;
9
11
nix_2_28 . url = "github:nixos/nix/2.28.4" ;
24
26
nix_2_26 ,
25
27
nix_2_28 ,
26
28
nix_2_29 ,
29
+ nix_2_30 ,
30
+ nix_2_31
27
31
} :
28
32
let allSystems = [ "aarch64-linux" "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ] ;
29
33
in flake-utils . lib . eachSystem allSystems ( system :
61
65
nix . version nix
62
66
) (
63
67
[
68
+ nix_2_31 . packages . ${ system } . nix
69
+ nix_2_30 . packages . ${ system } . nix
64
70
nix_2_29 . packages . ${ system } . nix
65
71
nix_2_28 . packages . ${ system } . nix
66
72
nix_2_26 . packages . ${ system } . nix
You can’t perform that action at this time.
0 commit comments