This commit is contained in:
sadan 2024-11-18 22:09:26 -05:00
parent b6f42fd63f
commit 59ee516926
No known key found for this signature in database
7 changed files with 375 additions and 17 deletions

View file

@ -6,10 +6,4 @@ rec {
vencord = pkgs.callPackage ./vencord/package.nix { };
frog = pkgs.callPackage ./frog { };
scripts = inputs.scripts.flakePackage pkgs;
nekocord = inputs.nekocord.lib.patch pkgs {
install.renameBinary = true;
version = {
content = /home/meyer/dev/ts/nekocord/dist;
};
};
}