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