about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-10 11:43:49 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-10 13:13:25 -0700
commitd3d26d594603e7c55452d8045ee208d15649b3d3 (patch)
treee68f5e6c03ee1576438f008b113e57ea00e7f16c /flake.nix
parentci(fmt): add a script to check the formatting (diff)
downloadworld-d3d26d594603e7c55452d8045ee208d15649b3d3.tar.gz
fix(flake): install nixpkgs-fmt by default
Change-Id: Ifc199c19e80f0c4f6beb5d04d981580c8edaadf6
Reviewed-on: https://cl.fcuny.net/c/world/+/405
Tested-by: CI
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index db58906..c5be2b6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -67,6 +67,7 @@
           buildInputs = with pkgs; [
             nixUnstable
             nixfmt
+            nixpkgs-fmt
             rnix-lsp
             home-manager
             git