summary refs log tree commit diff stats
path: root/flake.nix
blob: e6f5f4fea15576e09c1fdc31ffacd90c0cd5689e (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  inputs = {};

  outputs = _: let
    lib = import ./default.nix {};
  in {
    nixLib = lib;
  };
}