aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/default.nix (unfollow)
Commit message (Collapse)Author
2026-05-12treewide: Remove all references to `self.inputs`Benedikt Peetz
That doesn't work anymore with the npins sources.
2025-06-06hosts/default.nix: Promote `self` to `specialArgs`Benedikt Peetz
If we import a something, based on the path of one of our flakes inputs, passing `self` as normal arg will result in an inf rec.
2025-05-16hosts: Move to a `by-name` schemaBenedikt Peetz