changed formatter line
This commit is contained in:
parent
2e0b010bcd
commit
ff11a17ff1
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user