Compare commits

..

3 commits

View file

@ -85,7 +85,7 @@
inherit system; inherit system;
overlays = [ overlays = [
inputs.deploy-rs.overlays.default inputs.deploy-rs.overlays.default
(final: prev: { (_: prev: {
deploy-rs = { deploy-rs = {
inherit (nixpkgs.legacyPackages.${system}) deploy-rs; inherit (nixpkgs.legacyPackages.${system}) deploy-rs;
inherit (prev.deploy-rs) lib; inherit (prev.deploy-rs) lib;