chore: nimble not needed

This commit is contained in:
Daylin Morgan 2024-02-08 13:00:05 -06:00
parent ff90091359
commit a6b757223b
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -16,7 +16,6 @@
default = pkgs.mkShell { default = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
nim nim
nimble
]; ];
}; };
}); });