From b1ba4d5826bfd96ce25179943b3446f853b9426e Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 17 Jun 2025 20:02:02 +0200 Subject: [PATCH] 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 --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 303a93c..849fca3 100644 --- a/flake.lock +++ b/flake.lock @@ -46,17 +46,16 @@ "utils": "utils" }, "locked": { - "lastModified": 1749102428, - "narHash": "sha256-6Tw+M4WWOcmEXNCvx8+rNABDSW2gizB4ijEqys6uXKM=", - "owner": "serokell", + "lastModified": 1749197967, + "narHash": "sha256-wasotk39Kpd6Lp/+ujdiVCrxx/FqZUZ5TbNzCxwynC8=", + "owner": "VolodiaPG", "repo": "deploy-rs", - "rev": "5829cec63845eb50984dc8787b0edfe81bf5b980", + "rev": "2edaf49a9735d4b38274aa5a0782e51b727d58fa", "type": "github" }, "original": { - "owner": "serokell", + "owner": "VolodiaPG", "repo": "deploy-rs", - "rev": "5829cec63845eb50984dc8787b0edfe81bf5b980", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 9b77206..e2a548e 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };