deps(flake.nix): nodejs
This commit is contained in:
@@ -22,9 +22,7 @@
|
||||
default = pkgs.mkShell rec {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
gcc
|
||||
openssl
|
||||
pkg-config
|
||||
sqlite
|
||||
nodejs
|
||||
(fenix.packages.${system}.complete.withComponents [
|
||||
"cargo"
|
||||
"clippy"
|
||||
@@ -33,6 +31,9 @@
|
||||
"rustfmt"
|
||||
"rust-analyzer"
|
||||
])
|
||||
openssl
|
||||
pkg-config
|
||||
sqlite
|
||||
gemini-cli
|
||||
];
|
||||
buildInputs = [ ];
|
||||
|
||||
Reference in New Issue
Block a user