Updated formatter
This commit is contained in:
10
devenv.nix
10
devenv.nix
@@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{pkgs, ...}: {
|
||||
pre-commit.hooks = {
|
||||
alejandra.enable = true;
|
||||
};
|
||||
|
||||
{
|
||||
pre-commit.hooks = { nixpkgs-fmt.enable = true; };
|
||||
|
||||
packages = with pkgs; [ nixpkgs-fmt nixfmt ];
|
||||
packages = with pkgs; [nixpkgs-fmt nixfmt];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user