diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,6 +40,6 @@ }; }; defaultPackage = self.packages."${system}".webpage; - devShell = pkgs.mkShell { packages = with pkgs; [ miniserve ]; }; + devShell = pkgs.mkShell { packages = with pkgs; [ nixfmt miniserve ]; }; }); } |
