all repos — nixfiles @ 0fa0aee97068a89249a42924710e2c228e257d68

System and user configuration, managed by nix and home-manager

dev/base: enable shell auto-formatting
Alan Pearce alan@alanpearce.eu
Fri, 19 Mar 2021 00:33:42 +0100
commit

0fa0aee97068a89249a42924710e2c228e257d68

parent

5901b79097c2c328412875c10b7b7bc19f0af269

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -2,6 +2,7 @@ { config, lib, pkgs, ... }: 
 { home.packages = with pkgs; [
     shellcheck
+    shfmt
     editorconfig-core-c
     python3Packages.yamllint