Skip to content

Commit

Permalink
Add nixpkgs-fmt to dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jun 25, 2024
1 parent 99a06c5 commit d5ad3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
});

Expand Down

0 comments on commit d5ad3c9

Please sign in to comment.