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:
parent
a5ffcce3c8
commit
52783348df
10 changed files with 417 additions and 824 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue