nix-super/tests
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
..
functional fix(nix fmt): remove the default "." argument 2024-09-10 22:18:56 +02:00
installer tests.installer: Load profile with -o unset 2024-08-19 16:41:40 +02:00
nixos Merge pull request #11021 from hercules-ci/issue-11010 2024-08-26 10:40:51 -04:00
unit Meson misc things 2024-08-27 10:19:55 -04:00
repl-completion.nix Add repl completion test 2024-05-27 09:58:49 +02:00