meta: Remove crystal / shards from global $PATH

This is a part of having separate flake.nix files for each project
and using devShells for the dependencies needed.

Note that using Crystal as a language seems less likely overall due to
the difficulty of building Crystal packages for nixpkgs and the lack of
tooling and library support compared to other languages like TypeScript
and Rust.
This commit is contained in:
Donovan Glover 2024-05-12 14:28:00 -04:00
parent 017b588e3d
commit 522ea1201d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -22,9 +22,6 @@ in
nixpkgs-fmt
nixfmt-rfc-style
crystal
shards
nodejs
yarn
deno