Brian McGee
Brian McGee
The target of a symlink is a relative path, not a digest. When validating symlinks in a directory tree we need to track the paths of files received so far...
Output the offending string in its entirety to provide context. Closes #8479 # Motivation I recently had an issue where the public key for a binary cache was pasted incorrectly...
Controls the max number of paths to batch up before applying them to a sequence of formatters. Works through a `--batch-size` cli arg or via config: ```toml [global] batch_size =...
**Is your feature request related to a problem? Please describe.** Currently, all batching is hard coded to a maximum of `1024`. In certain circumstances, it might be beneficial to specify...
**Is your feature request related to a problem? Please describe.** With Buildbot, we build and test on `x86_64-linux`, `aarch64-linux`, and `aarch64-darwin` by default. Goreleaser is currently configured to produce artefacts...
I tend to customise `nixpkgs.lib` in my projects using extensions. To accommodate this in a 'blueprint' style I've added `extraArgs` rather than trying to further customise `nixpkgs`. This has the...
For reference https://github.com/NixOS/nixpkgs/blob/dac9cdf8c930c0af98a63cbfe8005546ba0125fb/nixos/modules/installer/tools/nixos-generate-config.pl#L265-L268 ## TODO - https://github.com/numtide/nixos-facter/issues/5
Configures `swapDevices` based on the active swap partitions when the report was captured. Intended to match the behaviour of `nixos-generate-config` https://github.com/NixOS/nixpkgs/blob/dac9cdf8c930c0af98a63cbfe8005546ba0125fb/nixos/modules/installer/tools/nixos-generate-config.pl#L335-L357
For reference https://github.com/NixOS/nixpkgs/blob/dac9cdf8c930c0af98a63cbfe8005546ba0125fb/nixos/modules/installer/tools/nixos-generate-config.pl#L258-L263 ## TODO - https://github.com/numtide/nixos-facter/issues/4