try and overlay the continuwuity package with the source because it updates a lil slow
This commit is contained in:
parent
65f75d567d
commit
c2780184c2
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue