From b444354e053f05575599384107aa33aac1e44d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 3 Nov 2025 14:05:42 +0000 Subject: [PATCH] Revert "trying nixpkgs' deploy-rs" This reverts commit 2eb61d0a418ae1820362b5b4a45aabad1940c5eb. --- flake.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 3725520..daf8d7a 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; }) - #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 { };