Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

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

refined package lists

+19 -13
+2
.config/build.ncl
··· 1 + [ 2 + ]
+6 -6
.config/common.ncl
··· 1 1 [ 2 - git, 3 - just, 4 - coreutils, 5 - b3sum, 6 - nushell, 7 - ]; 2 + "git", 3 + "just", 4 + "coreutils", 5 + "b3sum", 6 + "nushell", 7 + ]
+9 -5
.config/dev.ncl
··· 1 1 [ 2 - hyperfine, 3 - jujutsu, 4 - jq, 5 - xh, 6 - ]; 2 + "hyperfine", 3 + "jujutsu", 4 + "cue", 5 + "just-lsp", 6 + "taplo", 7 + "nickel", 8 + "jq", 9 + "xh", 10 + ]
+2 -2
.config/project.ncl
··· 8 8 let pkgName = 9 9 if std.is_string pkg then pkg 10 10 else if std.is_enum pkg then std.enum.to_string pkg 11 - else error "Unsupported package reference: %{pkg}" 11 + else std.abort "Unsupported package reference: %{pkg}" 12 12 in 13 - acc & { "${pkgName}" = organist.import_nix "nixpkgs#${pkgName}" } 13 + acc & { "%{pkgName}" = organist.import_nix "nixpkgs#%{pkgName}" } 14 14 ) 15 15 {} 16 16 pkgs