Brian McGee

Results 64 comments of Brian McGee
trafficstars

> Have I referenced it correctly? [@brianmcgee](https://github.com/brianmcgee) > > > sudo $(which nix) --extra-experimental-features "flakes nix-command" run github:nix-community/nixos-facter/v0.4.0 -- --log-level debug -o facter.json > 2025/05/14 19:59:13 facter.go:67: DEBUG building report...

Ok, there's the issue. We need a udev version of at least `252`: ```go // check udev version if udevVersion, err := udev.Version(); err != nil { log.Fatalf("failed to get...

Hi, thanks for the detailed feedback. I will have a look in the next few days.

@pimvh, it's been longer than I expected, but I can finally look at this. Please re-run with the latest and greatest, and let me know if the kernel modules are...

We have an open issue on [nixos-facter](https://github.com/numtide/nixos-facter) related to correctly capturing touchpad information. I should have some time before NixCon to look at this.

I cut a new release, which includes the fix for this: https://github.com/numtide/treefmt/releases/tag/v2.0.5. You can wait until it propagates through Hydra, or add `treefmt` as a source (looks like you're using...

It wasn't 100% clear if `language` was a scalar or a vector. In the end we decided to make it scalar and assert so we would know if someone encountered...

I can have a look at this tomorrow, it's a straightforward change. I highly doubt anyone is relying on this field in their nix config yet, so we can probably...

@hasskvist created https://github.com/nix-community/nixos-facter/issues/195 to follow up

Is this something you're still interested in doing @blaggacao ?