From 646bf0060f5eae24cae8f8f5d8b489af0ce57fb8 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 10 Jul 2024 19:25:11 +0800 Subject: [PATCH] docs: update non-flake usage for custom devshells --- shells/README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/README.adoc b/shells/README.adoc index 85782eb8..3c9d534c 100644 --- a/shells/README.adoc +++ b/shells/README.adoc @@ -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 -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.