From c4612e73ec9c2833b62f381f099b3584b49798a1 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Mon, 9 Feb 2026 09:34:45 +1000 Subject: [PATCH] i dont think this is needed --- cerulean/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cerulean/default.nix b/cerulean/default.nix index 4241570..68846bf 100644 --- a/cerulean/default.nix +++ b/cerulean/default.nix @@ -25,11 +25,11 @@ mix.newMixture inputs (mixture: { # build deploy-rs as a package not from the flake input, # hence we can rely on a nixpkg binary cache. deploy-rs.overlays.default - (self: super: { - deploy-rs = { - inherit (super) deploy-rs; - lib = super.deploy-rs.lib; - }; - }) + # (self: super: { + # deploy-rs = { + # inherit (super) deploy-rs; + # lib = super.deploy-rs.lib; + # }; + # }) ]; })