secana, secana@programming.dev

Instance: programming.dev
Joined: 2 years ago
Posts: 4
Comments: 2

RSS feed

Posts and Comments by secana, secana@programming.dev

It sounds like you don’t want a dev container but a dev shell. Have a look at Nix flakes. This allows you to ship your dev environment as code but without the hassle of running inside a container. All your local tools will work and pickup whatever you configured in the flake.



RSS feed

Posts by secana, secana@programming.dev

Comments by secana, secana@programming.dev

It sounds like you don’t want a dev container but a dev shell. Have a look at Nix flakes. This allows you to ship your dev environment as code but without the hassle of running inside a container. All your local tools will work and pickup whatever you configured in the flake.