fixup! flake: add formatter

This commit is contained in:
Guanran Wang 2024-02-21 10:57:48 +08:00
parent 9656a169f5
commit c6f29a16d6
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -28,7 +28,7 @@
// {wrapperArgs = ["--prefix" "PATH" ":" "${lib.makeBinPath runtimeDeps}"];});
### nix fmt
formatter = inputs.nixpkgs.legacyPackages.${system}.alejandra;
formatter = pkgs.alejandra;
### nix develop
devShells.default = pkgs.mkShell {