secana, secana@programming.dev
Instance: programming.dev
Joined: 2 years ago
Posts: 4
Comments: 2
Posts and Comments 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.
c/rust
c/nix
Programming
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.
Kellnr has a new UI
Kellnr, the registry to self host crates, has a new UI. I rewrote it to make it more consistent and responsive. Give it a try, if you want to host crates on your own infrastructure. https://kellnr.io/
How to at an application to "Open at Login" on nix darwin?
I try to add an application that was installed with homebrew (managed by nix darwin) to the "Open at Login" settings under "General -> Login Items & Extensions".