shell.nix: expose devShellFull
ci/woodpecker/pr/debug Pipeline was successful Details

This allows accessing devShells.full from shell.nix.
This commit is contained in:
Florian Klink 2024-04-23 11:58:44 +03:00
parent b442b0e35e
commit a6e4b96ca9
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ in
{
# --- Dev shell inherited from flake.nix ---
devShell = devShells.default;
devShellFull = devShells.full;
# --- Continuous integration shell ---
# The shell used for all CI jobs (along with devShell)