nt/flake.nix

13 lines
193 B
Nix
Raw Normal View History

2025-11-01 13:20:13 +10:00
{
description = "MyNib - My Nix Library";
2025-12-13 13:16:28 +10:00
inputs.systems = "github:nix-systems/default";
2025-11-01 13:20:13 +10:00
outputs = {
self,
2025-12-13 11:05:33 +10:00
systems,
2025-11-01 13:20:13 +10:00
...
2025-12-13 11:05:33 +10:00
} @ inputs:
2025-12-13 13:16:28 +10:00
import ./nib {inherit systems;};
2025-11-01 13:20:13 +10:00
}