mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
refactor: remove protobuf
This commit is contained in:
parent
f1685495eb
commit
4596d98670
31 changed files with 58 additions and 577 deletions
17
flake.nix
17
flake.nix
|
|
@ -52,7 +52,6 @@
|
|||
git
|
||||
dotnet-sdk_8
|
||||
gcc
|
||||
protobuf
|
||||
omnisharp-roslyn
|
||||
bashInteractive
|
||||
];
|
||||
|
|
@ -80,14 +79,14 @@
|
|||
path = ./.;
|
||||
export = false;
|
||||
};
|
||||
nci.crates."gateway" = {
|
||||
depsDrvConfig.mkDerivation = {
|
||||
nativeBuildInputs = [ pkgs.protobuf ];
|
||||
};
|
||||
drvConfig.mkDerivation = {
|
||||
nativeBuildInputs = [ pkgs.protobuf ];
|
||||
};
|
||||
};
|
||||
# nci.crates."gateway" = {
|
||||
# depsDrvConfig.mkDerivation = {
|
||||
# nativeBuildInputs = [ pkgs.protobuf ];
|
||||
# };
|
||||
# drvConfig.mkDerivation = {
|
||||
# nativeBuildInputs = [ pkgs.protobuf ];
|
||||
# };
|
||||
# };
|
||||
|
||||
# TODO: expose other rust packages after it's verified they build and work properly
|
||||
packages = lib.genAttrs ["gateway"] (name: rustOutputs.${name}.packages.release);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue