Fix c3c flake template

This commit is contained in:
Lukas Cech 2025-02-06 12:22:18 +01:00
parent 71a1a67f16
commit aa70a30d45

View File

@ -27,7 +27,7 @@
description = "Print this menu";
exec = ''
echo "Commands:"
echo -n ${
echo -n '${
builtins.toJSON (
builtins.mapAttrs (s: value: value.description) self.devShells.${pkgs.system}.default.config.scripts
)