Skip to content

Instantly share code, notes, and snippets.

@NobbZ
NobbZ / README.md
Created January 10, 2024 19:07
concurrently bug files

This gist contains files related to open-cli-tools/concurrently#432.

  • yarn version is v1.22.19
  • nodejs version is v18.16.1
  • Systems package manager is nix v2.20.0pre20240105_9651034
  • System is NixOS 24.05
@NobbZ
NobbZ / output.md
Created February 2, 2024 17:38
nixfmt RFC 166
$ nix shell nixpkgs/master#nixfmt-rfc-style -c nixfmt . --verify
./nixos/configurations/bootloader/janus.nix: Parses differently after formatting. This is a bug in nixfmt. Please report it at https://github.com/serokell/nixfmt

Before formatting:
Whole (Abstraction (IDParameter Identifier "_") TColon (Term (Set Nothing TBraceOpen (Items {unItems = []}) TBraceClose))) [LineComment " TODO: Move BL relevant config here!",EmptyLine]

After formatting:
Whole (Abstraction (IDParameter Identifier "_") TColon (Term (Set Nothing TBraceOpen (Items {unItems = []}) TBraceClose))) [LineComment " TODO: Move BL relevant config here!"]
./home/configurations/nmelzer_at_hyperion.nix: Parses differently after formatting. This is a bug in nixfmt. Please report it at https://github.com/serokell/nixfmt