Revert "trying nixpkgs' deploy-rs"

This reverts commit 2eb61d0a41.
This commit is contained in:
2025-11-03 14:05:42 +00:00
parent 2eb61d0a41
commit b444354e05

View File

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