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
1 changed files with 0 additions and 1 deletions

View File

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