docs: update non-flake usage for custom devshells

This commit is contained in:
Gabriel Arazas 2024-07-10 19:25:11 +08:00
parent 883138bbde
commit 646bf0060f
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -3,6 +3,7 @@
My development shells for usual type of projects to quickly spawn one when spelunking other peoples' projects.
This can be easily spawned from the `devShells` attribute from the flake output (i.e., `nix develop $FLAKE#$DEVENV`).
But if you are using a non-flake setup and the channels are set correctly, it should still be usable with `nix-shell <config/shells> -A $SHELL_NAME`.
CAUTION: This is not supposed to be a list of development environment encompassing all type of projects but rather it is just for quickly spawning one for spelunking.