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