feature/name-autocomplete #21

Merged
vbrandl merged 12 commits from feature/name-autocomplete into main 2024-07-30 19:22:57 +02:00
Showing only changes of commit c957dbf74e - Show all commits

View File

@ -15,7 +15,7 @@
};
in {
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs ];
nativeBuildInputs = with pkgs; [ nodejs_latest ];
};
}
);