ci: use nix 2.24
This commit is contained in:
parent
8677027f62
commit
d65d18f1e4
@ -5,7 +5,7 @@
|
|||||||
linkFarm,
|
linkFarm,
|
||||||
time,
|
time,
|
||||||
procps,
|
procps,
|
||||||
nix,
|
nixVersions,
|
||||||
jq,
|
jq,
|
||||||
sta,
|
sta,
|
||||||
}:
|
}:
|
||||||
@ -29,6 +29,8 @@ let
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix = nixVersions.nix_2_24;
|
||||||
|
|
||||||
supportedSystems = import ../supportedSystems.nix;
|
supportedSystems = import ../supportedSystems.nix;
|
||||||
|
|
||||||
attrpathsSuperset =
|
attrpathsSuperset =
|
||||||
|
Loading…
Reference in New Issue
Block a user