From c2780184c2dcfb9d85173cc2b74a9ea3b598e2ab Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 5 Mar 2026 16:33:04 +0100 Subject: [PATCH] try and overlay the continuwuity package with the source because it updates a lil slow --- overlays/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/overlays/default.nix b/overlays/default.nix index 267ba4c..2e7521c 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -7,6 +7,13 @@ # steam = prev.steam.override { # extraProfile = ''export LD_PRELOAD=${inputs.extest}/lib/libextest.so:$LD_PRELOAD''; # }; + continuwuity = prev.continuwuity.overrideAttrs (prev: { + version = "git"; + src = builtins.fetchGit { + url = "https://forgejo.ellis.link/continuwuation/continuwuity.git"; + ref = "/releases/latest"; + }; + }); }; # This one brings our custom packages from the 'pkgs' directory