nt/flake.nix
2025-12-14 09:11:28 +10:00

12 lines
188 B
Nix

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