chore: added descriptions to devenv and mkshell development environments
All checks were successful
ci / nix-fmt (push) Successful in 5m39s

This commit is contained in:
Ceferino Patino 2025-11-26 16:56:28 -06:00
commit dec8e6d743
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -67,6 +67,11 @@
templates.default = "devshell";
};
templates = {
devenv.description = "devenv development environment";
devshell.description = "nixpkgs mkshell development environment";
};
outputs-builder = channels: let
treefmtConfig = {...}: {
projectRootFile = "flake.nix";