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

This commit is contained in:
uttarayan21
2025-10-15 12:23:39 +05:30
parent 5c4434b23f
commit 20a482f19b
3 changed files with 3 additions and 3 deletions

View File

@@ -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