nt/flake.nix
2025-12-13 13:16:28 +10:00

12 lines
193 B
Nix

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