fix inputs.systems.url typo

This commit is contained in:
Emile Clark-Boman 2025-12-13 13:23:05 +10:00
parent a348d3e82f
commit 75f068226f

View file

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