Fix c3c flake template
This commit is contained in:
parent
71a1a67f16
commit
aa70a30d45
@ -27,7 +27,7 @@
|
|||||||
description = "Print this menu";
|
description = "Print this menu";
|
||||||
exec = ''
|
exec = ''
|
||||||
echo "Commands:"
|
echo "Commands:"
|
||||||
echo -n ${
|
echo -n '${
|
||||||
builtins.toJSON (
|
builtins.toJSON (
|
||||||
builtins.mapAttrs (s: value: value.description) self.devShells.${pkgs.system}.default.config.scripts
|
builtins.mapAttrs (s: value: value.description) self.devShells.${pkgs.system}.default.config.scripts
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user