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