diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-10 11:43:49 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-10 13:13:25 -0700 |
commit | d3d26d594603e7c55452d8045ee208d15649b3d3 (patch) | |
tree | e68f5e6c03ee1576438f008b113e57ea00e7f16c | |
parent | ci(fmt): add a script to check the formatting (diff) | |
download | world-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>
-rw-r--r-- | flake.nix | 1 |
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 |