diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-12-17 18:30:53 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-12-17 18:30:53 +0100 |
| commit | dd75348ee1684d4839f086cacfc002e9bc27ddb1 (patch) | |
| tree | f23af9fd906ae209bce6e00f213ff548689621cc /flake.nix | |
| parent | ce40867ac0cbd7db65d5c38d996df2b723ec14d6 (diff) | |
flake: devShell: add nixfmt
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 ]; }; }); } |
