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

Start rewriting for axum

This commit is contained in:
RGBCube 2024-01-07 23:59:07 +03:00
parent a5ffcce3c8
commit 52783348df
No known key found for this signature in database
10 changed files with 417 additions and 824 deletions

View file

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