12 lines
193 B
Nix
12 lines
193 B
Nix
{
|
|
description = "MyNib - My Nix Library";
|
|
|
|
inputs.systems = "github:nix-systems/default";
|
|
|
|
outputs = {
|
|
self,
|
|
systems,
|
|
...
|
|
} @ inputs:
|
|
import ./nib {inherit systems;};
|
|
}
|