ci: switch to nix 2.12
This commit is contained in:
parent
c39629e62d
commit
87328da8e6
@ -54,7 +54,7 @@ with lib; {
|
||||
nix-serve = {
|
||||
package = pkgs.nix-serve.override {
|
||||
nix =
|
||||
inputs.unstable.legacyPackages.x86_64-linux.nixVersions.nix_2_13;
|
||||
inputs.unstable.legacyPackages.x86_64-linux.nixVersions.nix_2_12;
|
||||
};
|
||||
enable = true;
|
||||
secretKeyFile = config.sops.secrets.bin_cache_priv_key.path;
|
||||
|
Loading…
Reference in New Issue
Block a user