SecretSpec 0.17 is out. Give each service only its declared secrets with scopes, cache slow remote providers locally, cross-secret validation. 20 providers, this release adds: SOPS, age, KeePass KDBX, OpenBao, Scaleway, systemd credentials. Also, GitHub Actions. secretspec.dev/blog/secrets...
https://secretspec.dev/blog/secretspec-0-17-scopes-secrets-caching-age-and-systemd-credentials/
t.co
Aurora Sprint Feb 23-27 in Reykjavík, Iceland. ~20 Nix developers from across the globe advancing Nix as the platform for building embedded Linux systems. Among many other contributions teams pushed the hardware boundaries of NixOS, refactored initrd secrets and added HIL testing to buildbot-nix.
Anyone interested to hack on Nix in Mexico? June 20 – 26 I have two free tickets: tacosprint.org
Taco Sprint
A week of Nix hacking near the beach
tacosprint.org
devenv 2.1: Nix with native suppor for zsh, fish, and nushell via libghostty devenv.sh/blog/2026/05...
devenv 2.1: Nix with zsh, fish, and nushell via libghostty - devenv
Fast, Declarative, Reproducible, and Composable Developer Environments using Nix
devenv.sh
👀👀👀 I really like devenv, this update looks great, updating now! devenv.sh/blog/2026/03... hopefully the mcp makes the experience a little smoother with claude too
devenv 2.0: A Fresh Interface to Nix - devenv
Fast, Declarative, Reproducible, and Composable Developer Environments using Nix
devenv.sh
#Devenv 2 is out and it is impressive! 😁 Great work team. Going to ride through in some personal projects to test out. I been moving to flake parts all my things, but still. Would like these dev shell benefits. 😎
devenv 2.0: A Fresh Interface to Nix - devenv
Fast, Declarative, Reproducible, and Composable Developer Environments using Nix
devenv.sh
I've really been enjoying the `devenv` tools for `nix` environments. I've also made it so that AI agents for projects by default must use the `devenv` environment. It's not hardened or anything, but it is nice to be able to destroy environments safely on demand.
We've open-sourced oauth-kit, batteries-included OAuth/OIDC client library for Rust with normalized user profiles and plug-and-play axum integration. github.com/cachix/oauth...
Looking to do some devenv bug cleaning, anything that's top priority for you?
devenv 1.11 is here. - module changelogs for communicating breaking changes - profile configuration in devenv.yaml - secretspec 0.4.0 with multiple provider support and file-based secrets devenv.sh/blog/2025/11...
devenv 1.11: Module changelogs and SecretSpec 0.4.0 - devenv
Fast, Declarative, Reproducible, and Composable Developer Environments using Nix
devenv.sh
"devenv is objectively good, even if nix is cursed" - my colleague
Typically, cross-project sharing of best practices is done using scaffolding. It doesn't have to be that way - you can keep those in sync across monorepo or polyrepo setup by extending our modules. New guide: devenv.sh/extending/
Extending - devenv
Fast, Declarative, Reproducible, and Composable Developer Environments using Nix
devenv.sh
devenv 1.9 is out and adds profiles A way to organize and selectively activate parts of your development environment. Create team modules with shared defaults, then use profiles to activate specific components. devenv.sh/blog/2025/09...
devenv 1.9: Scaling Nix projects using modules and profiles - devenv
Fast, Declarative, Reproducible, and Composable Developer Environments using Nix
devenv.sh
Absolutely packed room for @domenkozar.bsky.social talk on the future of CI with @nixos-org.bsky.social, @devenv_nix and others. Watch live at www.youtube.com/live/gdoYNYY...
We are happy to inform you that your proposal “What if GitHub Actions was local-first and built using Nix?” to NixCon 2025 has been accepted.
Now that I finally started using #devenv instead of flakes. I get it. It's way nicer that way.
Stop fighting your ROS 2 environment! Tired of "works on my machine" nightmares, Ubuntu version lock-in, and Docker workarounds? Here's how to build faster, reproducibly, anywhere using Nix. Read my blog post: mykhailo.link/ros-devenv
Stop Fighting Your ROS 2 Environment: Build Faster, Reproducibly, Anywhere
You're a ROS developer. You love building cool robot applications, tackling complex navigation challenges, and making hardware *do things*. What you probably *don't* love is the endless cycle of dependency conflicts, the "works on my mac...
mykhailo.link
Coming in devenv 1.7: execute a task if certain files were modified
New devenv release is out, 1.6 brings quite a few significant bug fixes and a way to override developer environments using CLI options! devenv.sh/blog/2025/04...
devenv 1.6: Extensible Ad-Hoc Nix Environments - devenv
Fast, Declarative, Reproducible, and Composable Developer Environments using Nix
devenv.sh
Wrote a guide on how to use profiles with devenv.sh to provide different subsets of environments: github.com/cachix/deven...