nix-super/doc/manual
zimbatm c4766d7b8b fix(nix fmt): remove the default "." argument
When `nix fmt` is called without an argument, Nix appends the "." argument before calling the formatter. The comment in the code is:
> Format the current flake out of the box

This also happens when formatting sub-folders.

This means that the formatter is now unable to distinguish, as an interface, whether the "." argument is coming from the flake or the user's intent to format the current folder. This decision should be up to the formatter.

Treefmt, for example, will automatically look up the project's root and format all the files. This is the desired behaviour. But because the "." argument is passed, it cannot function as expected.
2024-09-10 22:18:56 +02:00
..
rl-next fix(nix fmt): remove the default "." argument 2024-09-10 22:18:56 +02:00
src add removal of ~root/.cache/nix to uninstall instructions (#11407) 2024-09-03 08:36:00 +00:00
theme doc/manual: don't need to copy highlight.js manually 2021-08-04 19:47:05 -07:00
anchors.jq doc: Port anchors preprocessor to jq script 2022-05-26 18:17:21 +02:00
book.toml Revert "manual: fold sidebar sections" (#10698) 2024-05-14 19:23:29 +00:00
custom.css doc/manual: fix misaligned icons in custom.css (#11296) 2024-08-14 14:27:12 +02:00
generate-builtins.nix manual: Contributing -> Development, Hacking -> Building (#9014) 2024-07-25 02:53:06 +00:00
generate-manpage.nix manual: Contributing -> Development, Hacking -> Building (#9014) 2024-07-25 02:53:06 +00:00
generate-settings.nix manual: Contributing -> Development, Hacking -> Building (#9014) 2024-07-25 02:53:06 +00:00
generate-store-info.nix manual: Contributing -> Development, Hacking -> Building (#9014) 2024-07-25 02:53:06 +00:00
generate-store-types.nix Document each store type on its own page 2023-12-01 01:27:52 +01:00
generate-xp-features-shortlist.nix manual: Contributing -> Development, Hacking -> Building (#9014) 2024-07-25 02:53:06 +00:00
generate-xp-features.nix Document each store type on its own page 2023-12-01 01:27:52 +01:00
local.mk manual: Contributing -> Development, Hacking -> Building (#9014) 2024-07-25 02:53:06 +00:00
quote-literals.xsl Generate release notes again 2014-03-12 14:24:29 +01:00
redirects.js docs: add language/string-literals.md 2024-07-31 19:07:57 -04:00
utils.nix Document each store type on its own page 2023-12-01 01:27:52 +01:00