diff --git a/flake.nix b/flake.nix index e917a4d..dc79a79 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ }; }; - outputs = { self, nixpkgs, ... }@inputs: { + outputs = { self, nixpkgs, ... } @ inputs: { # https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-fmt.html formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;