MatrixAI / Polykey

Polykey Core Library
https://polykey.com
GNU General Public License v3.0
31 stars 4 forks source link

chore: making `nixpkgs-matrix` an indirect input #802

Closed tegefaulkes closed 2 months ago

tegefaulkes commented 2 months ago

Description

This PR incorporates the new indirect flake input system.

Tasks

Final checklist

linear[bot] commented 2 months ago

INF-79 Update all project repos to use indirect flake input to nixpkgs-matrix or nixpkgs-matrix-private

tegefaulkes commented 2 months ago

I'm doing this as a PR here for reference and just so that @brynblack can check I got the change right.

tegefaulkes commented 2 months ago

Ah, I can't seem to find nixpkgs-matrix in the flake registries. I possibly have to do a nix rebuild to get that into my profile right?

tegefaulkes commented 2 months ago

Ok, I only had to add it to the registry with nix registry add nixpkgs-matrix github:MatrixAI/nixpkgs-matrix.

brynblack commented 2 months ago

This looks good. I think it can be merged once we have all our other repos ready for the transition.