1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-02 05:57:46 +00:00

Use OpenSSL

This commit is contained in:
RGBCube 2024-01-07 13:37:07 +03:00
parent aab216f317
commit a5ffcce3c8
No known key found for this signature in database
4 changed files with 88 additions and 65 deletions

View file

@ -72,7 +72,12 @@
inherit cargoArtifacts;
});
in {
devShells.${system}.default = crane.devShell {};
devShells.${system}.default = crane.devShell {
packages = with nixpkgs.legacyPackages.${system}; [
openssl
pkg-config
];
};
checks.${system} = {
inherit site;