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