diff --git a/flake.nix b/flake.nix index b48f42c..cd2ab9a 100644 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,7 @@ { devShells = forEachSupportedSystem ({ pkgs }: { default = pkgs.mkShell { - packages = with pkgs; [ build check format update ]; + packages = with pkgs; [ build check format update nixpkgs-fmt ]; }; });