flake.nix: add native shared lib to default overlay
Build and test / check (push) Successful in 45s
Build and test / build-dynamic-library (push) Successful in 51s
Build and test / build-static-library (push) Successful in 56s
Build and test / test (push) Successful in 2m5s
Run nix flake check / build (push) Successful in 6m27s
Build and test / check (push) Successful in 45s
Build and test / build-dynamic-library (push) Successful in 51s
Build and test / build-static-library (push) Successful in 56s
Build and test / test (push) Successful in 2m5s
Run nix flake check / build (push) Successful in 6m27s
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
overlays.default = final: prev: {
|
||||
tamerye-sqlite = self.packages.${final.stdenv.hostPlatform.system}.sqlite-tamerye-static;
|
||||
tamerye-sqlite-cli = self.packages.${final.stdenv.hostPlatform.system}.sqlite-tamerye-static-cli;
|
||||
tamerye-sqlite-shared-lib = self.packages.${final.stdenv.hostPlatform.system}.tamerye-shared-lib;
|
||||
tamerye-sqlite-android-shared-lib = self.packages.${final.stdenv.hostPlatform.system}.tamerye-shared-lib-android;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user