nix fmt: automatically expose the default nix formatter
This commit is contained in:
parent
72f2a2ddc0
commit
1b5b697dfb
3 changed files with 27 additions and 2 deletions
|
|
@ -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 ./.;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue