feat: use deploy-rs from nixpkgs binary cache
This commit is contained in:
parent
d0785468d0
commit
e646612944
|
@ -66,7 +66,11 @@
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
pkgs = import inputs.nixpkgs {
|
pkgs = import inputs.nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [ inputs.agenix.overlays.default ];
|
overlays = [
|
||||||
|
inputs.agenix.overlays.default
|
||||||
|
inputs.deploy-rs.overlay
|
||||||
|
(self: super: { deploy-rs = { inherit (pkgs) deploy-rs; lib = super.deploy-rs.lib; }; })
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue