changed formatter line

This commit is contained in:
Kristian Krsnik 2024-01-01 00:45:19 +01:00
parent 2e0b010bcd
commit ff11a17ff1
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
1 changed files with 1 additions and 1 deletions

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: {