Use deploy-rs fork with the --target fix

The fork fixes https://github.com/serokell/deploy-rs/issues/325
Switch back to upstream deploy-rs when the fix is merged
This commit is contained in:
SebastianStork 2025-06-17 20:02:02 +02:00
parent 66305167ad
commit b1ba4d5826
2 changed files with 6 additions and 7 deletions

View file

@ -29,7 +29,7 @@
};
deploy-rs = {
url = "github:serokell/deploy-rs/5829cec63845eb50984dc8787b0edfe81bf5b980";
url = "github:VolodiaPG/deploy-rs"; # https://github.com/serokell/deploy-rs/issues/325
inputs.nixpkgs.follows = "nixpkgs";
};