deploy-rs: use the patched version

This commit is contained in:
2025-07-01 19:05:43 +00:00
parent cf077b155d
commit 6a4149d6ef

View File

@@ -90,15 +90,15 @@
nur.overlays.default nur.overlays.default
zig.overlays.default zig.overlays.default
(_self: super: { deploy-rs-pkg = super.deploy-rs; }) #(_self: super: { deploy-rs-pkg = super.deploy-rs; })
deploy-rs.overlays.default deploy-rs.overlays.default
(_self: super: { #(_self: super: {
deploy-rs = { # deploy-rs = {
deploy-rs = super.deploy-rs-pkg; # deploy-rs = super.deploy-rs-pkg;
inherit (super.deploy-rs) lib; # inherit (super.deploy-rs) lib;
}; # };
deploy-rs-pkg = null; # deploy-rs-pkg = null;
}) #})
(_: super: { (_: super: {
gamja = super.callPackage ./pkgs/gamja.nix { }; gamja = super.callPackage ./pkgs/gamja.nix { };
weather = super.callPackage ./pkgs/weather { }; weather = super.callPackage ./pkgs/weather { };