nt/flake.nix

11 lines
218 B
Nix
Raw Normal View History

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