aboutsummaryrefslogtreecommitdiffstats
path: root/inputs.nix (follow)
Commit message (Collapse)AuthorAge
* inputs.nix: Rename `qmk_layout` to `qmk_firmware`Benedikt Peetz36 hours
| | | | The consumer code expects this name.
* inputs.nix: Switch to `nixos-unstable-small`Benedikt Peetz2 days
| | | | | | There is a bug in the import-cargo-lock fetcher, that makes building my system impossible on `nixos-unstable`. The `-small` variant already has the fix.
* treewide: Use unflake to de-duplicate flake inputsBenedikt Peetz2 days
Otherwise, we still have a lot of `nixpkgs` in the closure (they are just not visible with npins).