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;
|
inherit inputs;
|
||||||
pkgs = import inputs.nixpkgs {
|
pkgs = import inputs.nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [
|
overlays = [ inputs.agenix.overlays.default ];
|
||||||
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