changed formatter line

This commit is contained in:
2024-01-01 00:45:19 +01:00
parent 2e0b010bcd
commit ff11a17ff1

View File

@ -20,7 +20,7 @@
poetry = forAllSystems (system: poetry2nix.lib.mkPoetry2Nix {pkgs = pkgs.${system};});
in {
# `nix fmt`
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
formatter = forAllSystems (system: pkgs.${system}.alejandra);
# `nix build`
packages = forAllSystems (system: {