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.

simplification of rust toolchain imports

+9 -2
+7
.config/dev.ncl
··· 8 8 "nickel", 9 9 "jq", 10 10 "xh", 11 + 12 + # Rust stuff 13 + "cargo", 14 + "rustc", 15 + "rust-analyzer", 16 + "rustfmt", 17 + "clippy", 11 18 ]
+2 -2
.config/project.ncl
··· 26 26 & { 27 27 Schema, 28 28 config | Schema = { 29 - shells = organist.shells.Rust, 29 + shells = organist.shells.Bash, 30 30 31 31 shells.build = { 32 32 packages = normalizePkgs buildPkgs & normalizePkgs commonPkgs, 33 33 }, 34 34 35 35 shells.dev = { 36 - packages = normalizePkgs devPkgs, 36 + packages = normalizePkgs devPkgs & normalizePkgs commonPkgs, 37 37 }, 38 38 39 39 editorconfig.sections = {