diff options
author | tom barrett <tom@tombarrett.xyz> | 2024-09-21 18:28:14 +0200 |
---|---|---|
committer | tom barrett <tom@tombarrett.xyz> | 2024-09-21 18:28:14 +0200 |
commit | a1140b2d47df62214537abaea86974c2a14c39b2 (patch) | |
tree | 836f1410b722af4485cae92fb980332564e3e7c1 /flake.nix | |
parent | 7eb4b1ff5db16429afe06128015ecb96c63b42c5 (diff) |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ formatting = { shfmt = { enable = true; - withArgs = "{ extra_args = {'-i', '4', '-s'}}"; + settings.extra_args = ["-i" "4" "-s"]; }; alejandra.enable = true; }; |