chore: added descriptions to devenv and mkshell development environments
All checks were successful
ci / nix-fmt (push) Successful in 5m39s
All checks were successful
ci / nix-fmt (push) Successful in 5m39s
This commit is contained in:
parent
c5b2cefb5c
commit
dec8e6d743
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue