From 6a4149d6ef857fc381d06a926de51e1d6ed164e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 1 Jul 2025 19:05:43 +0000 Subject: [PATCH] deploy-rs: use the patched version --- flake.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 52a4ca4..c1e1f38 100644 --- a/flake.nix +++ b/flake.nix @@ -90,15 +90,15 @@ nur.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 - (_self: super: { - deploy-rs = { - deploy-rs = super.deploy-rs-pkg; - inherit (super.deploy-rs) lib; - }; - deploy-rs-pkg = null; - }) + #(_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 { };