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};});
|
poetry = forAllSystems (system: poetry2nix.lib.mkPoetry2Nix {pkgs = pkgs.${system};});
|
||||||
in {
|
in {
|
||||||
# `nix fmt`
|
# `nix fmt`
|
||||||
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
|
formatter = forAllSystems (system: pkgs.${system}.alejandra);
|
||||||
|
|
||||||
# `nix build`
|
# `nix build`
|
||||||
packages = forAllSystems (system: {
|
packages = forAllSystems (system: {
|
||||||
|
Loading…
Reference in New Issue
Block a user