CLI should be ns js for a js-bootstrapping nix shell, ns rust etc.
questions:
hybrid shells, like for a rust/js monorepo. (slightly nontrivial)
this would be fun actually, I'd basically generate shell names like js-rust that take the union of two shells with some nix functions, do n-ary case later.
my current direnv thing works so much better with fish than this would tho, without extra effort. (slightly trivial)
Would be cool to vendor this flake, like nix shell github:quinn-dougherty/configuration.nix?subdir=developer#js-rust from arbitrary machines
CLI should be
ns js
for a js-bootstrapping nix shell,ns rust
etc.questions:
js-rust
that take the union of two shells with somenix
functions, do n-ary case later.direnv
thing works so much better withfish
than this would tho, without extra effort. (slightly trivial)Would be cool to vendor this flake, like
nix shell github:quinn-dougherty/configuration.nix?subdir=developer#js-rust
from arbitrary machines