fmt: frontend & flake.nix

This commit is contained in:
2025-12-18 17:30:10 +08:00
parent e2d2826d5b
commit cae7e87e06
4 changed files with 34 additions and 25 deletions

View File

@@ -21,8 +21,6 @@
{
default = pkgs.mkShell rec {
nativeBuildInputs = with pkgs; [
gcc
nodejs
(fenix.packages.${system}.complete.withComponents [
"cargo"
"clippy"
@@ -31,15 +29,22 @@
"rustfmt"
"rust-analyzer"
])
gcc
openssl
pkg-config
nodejs
biome
sqlite
sqlx-cli
lazysql
gemini-cli
claude-code
biome
sqlx-cli
typos
lazysql
tokei
];
buildInputs = [ ];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath (nativeBuildInputs ++ buildInputs);