mirror of
https://github.com/RGBCube/Site
synced 2025-08-02 05:57:46 +00:00
Use OpenSSL
This commit is contained in:
parent
aab216f317
commit
a5ffcce3c8
4 changed files with 88 additions and 65 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue