secana, secana@programming.dev
Instance: programming.dev
Joined: 2 years ago
Posts: 3
Comments: 3
Posts and Comments by secana, secana@programming.dev
Comments by secana, secana@programming.dev
Cool little trick!
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.
Cool little trick!
Kellnr 6.0.0 Released (kellnr.io)
Kellnr - the open source Rust crate registry - released a new major version. Many month of work went into it. Check it out, if you want to host your own crates or custom toolchains for Rust!
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.
Kellnr - Review 2025 (kellnr.io)
A short blog post that reviews the development of kellnr, the Rust crate registry, in 2025.
Thanks! Happy to hear that!
Kellnr 5.9.1 Release (kellnr.io)
A new release of Kellnr, the crate registry is out. Kellnr is now a single binary that includes all web resources and config files, making it easier to deploy. As a new feature, web-hooks where added to interact with kellnr from other applications.