mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
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:
parent
66305167ad
commit
b1ba4d5826
2 changed files with 6 additions and 7 deletions
11
flake.lock
generated
11
flake.lock
generated
|
|
@ -46,17 +46,16 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749102428,
|
"lastModified": 1749197967,
|
||||||
"narHash": "sha256-6Tw+M4WWOcmEXNCvx8+rNABDSW2gizB4ijEqys6uXKM=",
|
"narHash": "sha256-wasotk39Kpd6Lp/+ujdiVCrxx/FqZUZ5TbNzCxwynC8=",
|
||||||
"owner": "serokell",
|
"owner": "VolodiaPG",
|
||||||
"repo": "deploy-rs",
|
"repo": "deploy-rs",
|
||||||
"rev": "5829cec63845eb50984dc8787b0edfe81bf5b980",
|
"rev": "2edaf49a9735d4b38274aa5a0782e51b727d58fa",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "serokell",
|
"owner": "VolodiaPG",
|
||||||
"repo": "deploy-rs",
|
"repo": "deploy-rs",
|
||||||
"rev": "5829cec63845eb50984dc8787b0edfe81bf5b980",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
deploy-rs = {
|
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";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue