diff --git a/flake.nix b/flake.nix index ec07706..6675a2e 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ packages = forAllSystems (system: import ./pkgs nixpkgs.legacyPackages.${system}); # Formatter for your nix files, available through 'nix fmt' # Other options beside 'alejandra' include 'nixpkgs-fmt' - formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra); + formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.nixpkgs-fmt); # Your custom packages and modifications, exported as overlays overlays = import ./overlays {inherit inputs;};