nib/flake.nix

10 lines
127 B
Nix

{
description = "MyNib - My Nix Library";
outputs = {
self,
systems,
...
} @ inputs:
import ./nib {};
}