about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-04 07:07:17 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-04 07:07:17 -0800
commitea9c148fdde8bd9c3a6d8dd4e38a60cb5513eaaa (patch)
treee58c350988e010aedc5dec5467dfcd1d832c0880 /users
parentnix: format the module (diff)
downloadworld-ea9c148fdde8bd9c3a6d8dd4e38a60cb5513eaaa.tar.gz
devel: install nixfmt
Useful to format modules consistently.
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/devel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/devel/default.nix b/users/fcuny/devel/default.nix
index 53049ea..d28c013 100644
--- a/users/fcuny/devel/default.nix
+++ b/users/fcuny/devel/default.nix
@@ -3,5 +3,5 @@
 {
   imports = [ ./go.nix ./python.nix ];
 
-  home.packages = with pkgs; [ flyctl hugo rnix-lsp ];
+  home.packages = with pkgs; [ flyctl hugo rnix-lsp nixfmt ];
 }