2
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 01 May 2024
2 points (66.7% liked)
Nix / NixOS
1758 readers
43 users here now
Main links
Videos
founded 1 year ago
MODERATORS
I think this has to do with flakes. If you run something as a flake it doesnt use channels, which is the alternative. The import is looking for it as a channel on the host machine. With flakes its provided as an input.
It looks like nixinfo is explicitly looking for channels to tell you info, like how neofetch would tell you interesting stats. The same does not apply with flakes. There's no "default" upstream package base that can queried by the system.
Actually this happened. I just read this issue https://github.com/Misterio77/nix-starter-configs/pull/73