Fix c3c flake template
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user