fmt: frontend & flake.nix
This commit is contained in:
15
flake.nix
15
flake.nix
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user