forked from Deuxfleurs/garage
shell.nix: expose devShellFull
This allows accessing devShells.full from shell.nix.
This commit is contained in:
parent
b442b0e35e
commit
a6e4b96ca9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue