diff options
author | Florian Klink <flokli@flokli.de> | 2024-04-23 11:58:44 +0300 |
---|---|---|
committer | Florian Klink <flokli@flokli.de> | 2024-04-23 11:59:37 +0300 |
commit | a6e4b96ca970de18950c4e7d5f06d6ad58555a21 (patch) | |
tree | 80c3b61e28fa9903f0e023156d9944b70513abd5 | |
parent | b442b0e35ef6b181abff033bbcf810f55e214bff (diff) | |
download | garage-a6e4b96ca970de18950c4e7d5f06d6ad58555a21.tar.gz garage-a6e4b96ca970de18950c4e7d5f06d6ad58555a21.zip |
shell.nix: expose devShellFull
This allows accessing devShells.full from shell.nix.
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 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) |