mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
ci: use nix 2.24
This commit is contained in:
parent
8677027f62
commit
d65d18f1e4
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
linkFarm,
|
||||
time,
|
||||
procps,
|
||||
nix,
|
||||
nixVersions,
|
||||
jq,
|
||||
sta,
|
||||
}:
|
||||
|
@ -29,6 +29,8 @@ let
|
|||
);
|
||||
};
|
||||
|
||||
nix = nixVersions.nix_2_24;
|
||||
|
||||
supportedSystems = import ../supportedSystems.nix;
|
||||
|
||||
attrpathsSuperset =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue