A month-old syntax error that had silently broken the server evaluation got caught by a new CI check, which led to a broader pass -- PGP as the sole secrets recipient, gatekeeper actually running, and a full resync of installed apps, dock, and macOS defaults to match the real machine.
Centralized NixOS and nix-darwin system configurations.
no seriously
CI/CD has become a standard tool in every modern software developers day to day experience. We demand a lot from our CI/CD systems! and our software is all the better for it. But I think a lot of us have a slightly under-principled way of talking and thinking about it. Specifically I want to talk about how we tend to lump two very different types of tasks under the banner of "tests" or sometimes we don't even talk about one of these types of tasks but we still have them sitting in our pipelines and workflows and what have you.
A nice abstraction (magical, even)
Adding Nix flakes and pre-commit hooks to standardize development environments across the ecosystem.
The power of nix!
Implementing a hardware-aware configuration system for the Minecraft server.
you think having 3 repositories and NixOS involved in running a static website is ridiculous? Well, no, you are ridiculous!
Nixの評価/ビルド分離モデルの基礎
Using nix as an IaC tool
Dev Log 36: 2025-12-14
Nixによる宣言的な設定の意図を文芸的プログラミングを用いて記録する
How to host your own personal data server using NixOS
I'm speaking at Southeast LinuxFest 2025!
A simple Nix deployment script I've written recently.
外部コマンド (nix) に依存せずにアプリケーション単体でNixのコードを評価する方法と現状の制約
its a bit tricky on nix, but it's sooo worth it
NixOS is great, but it is a bit tedious to always type out vim /etc/nixos/... etc to make changes to your system, nor do I want a complicated setup for my nix configuration files. So I devised a little script to speed up the progress, which I saved to configure.sh allowing me to configure NixOS by just opening my terminal and typing ./configure.sh
Better practices for safely and reliably deploying and updating NixOS systems.
How I came to write my own lib.nixosSystem
A short rant about the state of your nix code
Nix アドベントカレンダーの一環として 2024 年の Nix 関連の活動を振り返る
Nix is truly an enlightening experience
A little bit of fun with Nix
Migrating from PostgreSQL 14 to 15
My initial impressions of NixOS. TLDR - I really like it!
A walkthrough of a Haskell development environment built on NixOS, Vim, GHCid, and Hoogle. Covers the Nix and Cabal setup, fast compiler feedback with GHCid, testing with hspec, and documentation lookups, all prioritizing simplicity and locally contained tooling.