summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-12-17 18:30:53 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-12-17 18:30:53 +0100
commitdd75348ee1684d4839f086cacfc002e9bc27ddb1 (patch)
treef23af9fd906ae209bce6e00f213ff548689621cc /flake.nix
parentce40867ac0cbd7db65d5c38d996df2b723ec14d6 (diff)
flake: devShell: add nixfmt
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index bad4b30..37774a9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -40,6 +40,6 @@
};
};
defaultPackage = self.packages."${system}".webpage;
- devShell = pkgs.mkShell { packages = with pkgs; [ miniserve ]; };
+ devShell = pkgs.mkShell { packages = with pkgs; [ nixfmt miniserve ]; };
});
}