fix(nixos): pin nix version to 2.31 for deploy-rs compatibility
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
dates = "daily";
|
||||
options = "--delete-older-than +5";
|
||||
};
|
||||
package = pkgs.nixVersions.latest;
|
||||
package = pkgs.nixVersions.nix_2_31; # deploy-rs doesn't work with nix >= 2.32
|
||||
buildMachines = [
|
||||
../../builders/mirai.nix
|
||||
../../builders/shiro.nix
|
||||
|
||||
Reference in New Issue
Block a user