try and overlay the continuwuity package with the source because it updates a lil slow

This commit is contained in:
Lillian Violet 2026-03-05 16:33:04 +01:00
parent 65f75d567d
commit c2780184c2

View file

@ -7,6 +7,13 @@
# steam = prev.steam.override { # steam = prev.steam.override {
# extraProfile = ''export LD_PRELOAD=${inputs.extest}/lib/libextest.so:$LD_PRELOAD''; # 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 # This one brings our custom packages from the 'pkgs' directory