nix fmt: automatically expose the default nix formatter

This commit is contained in:
Jonas Rabenstein 2025-09-14 23:25:22 +02:00
commit 1b5b697dfb
3 changed files with 27 additions and 2 deletions

View file

@ -1,3 +1,6 @@
{
# only used for nixfmt-tree
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
outputs = { self, ... }@inputs: import ./lib/flake.nix inputs ./.;
}