NixOS community forum. Hosted by flyingcircus.io (sponsor) on NixOS.| NixOS Discourse
I’ve been working for a while on a couple of projects that are meant to come together to Nixify Kubernetes that I’d like to share. They’re not battle tested, docs are sparse and examples are rough. easykubenix easykubenix is very heavily inspired by kubenix. Both use the NixOS module system to render manifests. The main difference is that instead of codegen to replicate the full Kubernetes API surface in Nix I use (pkgs.formats.json {}).type to cover all possible resources, and to have ...| NixOS Discourse
We resign, effective immediately, in protest of the Steering Committee’s ongoing pattern of attempting to interfere with moderation team operation, membership and specific moderation decisions. This is not a statement we enjoy making, and we apologize to the community for leaving right before an election that is bound to be contentious, and likely now more so. Unfortunately, the Constitution does not provide a meaningful recourse to SC overreach, and we cannot in good faith continue operati...| NixOS Discourse
We can now trivially obtain a Nix data structure that is a tree of the modules that took part in the evaluation of a configuration 🌲 Try it yourself! 💃 First, make sure of course that your Nixpkgs checkout includes the merged PR (which branches it landed in). Now, simply do something like $ nix eval --json '.#nixosConfigurations.termitomyces.graph' > graph.json Or pipe it to a fancy TUI json explorer: $ nix eval --json '.#nixosConfigurations.termitomyces.graph' | nix ru...| NixOS Discourse
Hi, I’m pleased to announce the availability of Nix 2.4. It is available from Download Nix / NixOS | Nix & NixOS. This is the first release in more than two years and is the result of more than 2800 commits from 195 contributors since release 2.3. Highlights Nix’s error messages have been improved a lot. For instance, evaluation errors now point out the location of the error: $ nix build error: undefined variable 'bzip3' at /nix/store/449lv242z0zsgwv95a8124xi11sp419f-source/flake....| NixOS Discourse