this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix JJ formatters to correct syntax

+4
+4
modules/jj.nix
··· 48 48 "format" 49 49 "--stdin-filename" 50 50 "$path" 51 + "-" 51 52 ]; 52 53 patterns = [ 53 54 "glob:**/*.ex" ··· 59 60 command = [ 60 61 "nix" 61 62 "fmt" 63 + "--" 64 + "--stdin" 65 + "$path" 62 66 ]; 63 67 patterns = [ "glob:**/*.nix" ]; 64 68 };