summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2024-04-22 20:03:15 +0200
committerMinijackson <minijackson@riseup.net>2024-04-22 20:10:25 +0200
commitbd848b008f2eeffe4d8a4feee7b13021b331c398 (patch)
treedf1533b6e36199506457285c9faab02bf2b033a0
parent1587bb2962c8c8f25bb914975ee1d7a76e2872d5 (diff)
downloadnixos-config-reborn-bd848b008f2eeffe4d8a4feee7b13021b331c398.tar.gz
nixos-config-reborn-bd848b008f2eeffe4d8a4feee7b13021b331c398.zip
common/commandline: add nixfmt RFC style formatter
-rw-r--r--common/commandline.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/commandline.nix b/common/commandline.nix
index 7b95a30..934c87c 100644
--- a/common/commandline.nix
+++ b/common/commandline.nix
@@ -34,7 +34,6 @@ in {
34 ncdu 34 ncdu
35 nethogs 35 nethogs
36 nix-prefetch-scripts 36 nix-prefetch-scripts
37 unstable.alejandra
38 progress 37 progress
39 psmisc 38 psmisc
40 ripgrep 39 ripgrep
@@ -46,6 +45,9 @@ in {
46 vim 45 vim
47 wget 46 wget
48 wipe 47 wipe
48
49 unstable.alejandra
50 unstable.nixfmt-rfc-style
49 ]; 51 ];
50 52
51 console = { 53 console = {