Reformat and add formatters to nix env
This commit is contained in:
parent
055d5ea784
commit
325493f5ab
10 changed files with 22 additions and 53 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
nix = pkgs.nixUnstable;
|
||||
|
||||
helpers = with pkgs; [ nixpkgs-fmt statix ];
|
||||
helpers = with pkgs; [ nixfmt nixpkgs-fmt statix ];
|
||||
|
||||
inherit (pkgs) mkShell;
|
||||
in {
|
||||
|
@ -26,6 +26,5 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue