Format with nixfmt
This commit is contained in:
parent
1ebd61b18c
commit
40d76bde05
13
flake.nix
13
flake.nix
|
@ -11,14 +11,9 @@
|
|||
|
||||
systems = [ "x86_64-linux" ];
|
||||
|
||||
perSystem = {
|
||||
config,
|
||||
self',
|
||||
inputs',
|
||||
pkgs,
|
||||
system,
|
||||
...
|
||||
}: {
|
||||
perSystem = { config, self', inputs', pkgs, system, ... }: {
|
||||
formatter = pkgs.nixfmt;
|
||||
|
||||
devshells.default = {
|
||||
packages = with pkgs; [
|
||||
"nodePackages.pnpm"
|
||||
|
@ -27,8 +22,6 @@
|
|||
"php82Packages.composer"
|
||||
];
|
||||
};
|
||||
|
||||
formatter = pkgs.alejandra;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue