nt/flake.nix
2025-12-13 13:23:05 +10:00

8 lines
161 B
Nix

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