Update default packages
parent
fd2f8bd752
commit
2dba542565
|
@ -93,6 +93,7 @@
|
||||||
|
|
||||||
# Dev stuff
|
# Dev stuff
|
||||||
cloc # source code line counter
|
cloc # source code line counter
|
||||||
|
flyctl # command line tools for fly.io
|
||||||
jq # json processor
|
jq # json processor
|
||||||
pijul # alternative to `git`
|
pijul # alternative to `git`
|
||||||
rustup # rust toolchain
|
rustup # rust toolchain
|
||||||
|
@ -105,9 +106,7 @@
|
||||||
# nodePackages.node2nix
|
# nodePackages.node2nix
|
||||||
|
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
cocoapods
|
|
||||||
m-cli # useful macOS CLI commands
|
m-cli # useful macOS CLI commands
|
||||||
# prefmanager # tool for working with macOS defaults
|
|
||||||
];
|
];
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue