Update flakes

This commit is contained in:
Arnie
2025-11-09 21:35:49 +01:00
parent 7e2ae203da
commit 5c15c6885d
4 changed files with 119 additions and 35 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
echo "Commands:"
echo -n '${
builtins.toJSON (
builtins.mapAttrs (s: value: value.description) self.devShells.${pkgs.system}.default.config.scripts
builtins.mapAttrs (s: value: value.description) self.devShells.${pkgs.stdenv.hostPlatform.system}.default.config.scripts
)
}' | \
${pkgs.jq}/bin/jq -r 'to_entries | map(" \(.key)\n" + " - \(if .value == "" then "no description provided" else .value end)") | "" + .[]'