mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 19:58:03 +01:00
Use nixfmt-tree for flake formatter
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
packageToml = (builtins.fromTOML (builtins.readFile ./Cargo.toml)).package;
|
packageToml = (builtins.fromTOML (builtins.readFile ./Cargo.toml)).package;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.nixfmt-tree;
|
||||||
|
|
||||||
_module.args = {
|
_module.args = {
|
||||||
pkgs = import inputs.nixpkgs {
|
pkgs = import inputs.nixpkgs {
|
||||||
|
|||||||
Reference in New Issue
Block a user