-
Removed now-archived
nixpkgs-fmt
in favor ofnixfmt-classic
.To migrate, replace:
# shell.nix { repoRoot, inputs, pkgs, lib, system }: lib.iogx.mkShell { tools.nixpkgs-fmt.enable = true; }
With:
# shell.nix { repoRoot, inputs, pkgs, lib, system }: lib.iogx.mkShell { tools.nixfmt-classic.enable = true; }