use github:nix-systems

This commit is contained in:
Emile Clark-Boman 2025-12-13 13:16:28 +10:00
parent 9f5827c21c
commit b4b39ef78f

View file

@ -1,10 +1,12 @@
{
description = "MyNib - My Nix Library";
inputs.systems = "github:nix-systems/default";
outputs = {
self,
systems,
...
} @ inputs:
import ./nib {};
import ./nib {inherit systems;};
}