Colin Arnott
Colin Arnott
it looks like the parser is having trouble with space delimited persistent flags, where a sub command aligns with the value of the first of many flags: for `./app -z...
I was keen to test out ca-derivations, per [discourse](https://discourse.nixos.org/t/content-addressed-nix-call-for-testers/12881), however, unlike `nixos-rebuild`, `darwin-rebuild` appears to not really pull in system configuration files (`/etc/nix/nix.conf`), since unlike on nixos, I had to...
When writing inlined inherit statements, I find that alejandra makes them look worse than required. This is may well be controlled by rules not specific to `inherit`, and may read...
the official fortivpn app likes to use certificates that live in the keychain, and some orgs like to protect those keys by making them unexportable. I was unable to find...
`x86_64-darwin` and `aarch64-darwin` are listed as "supportedSystems", but the following error is returned: https://github.com/NixOS/bundlers/blob/b11f6a6b4d96ad424dc927fa211d1a1ac50179ef/flake.nix#L15 ``` $ nix bundle --bundler github:NixOS/bundlers nixpkgs#hello error: Package ‘nix-user-chroot-2c52b5f’ in /nix/store/1rc10ydlf4c2aphrg2z2dxaaikbggba0-source/default.nix:49 is not supported on...