about summary refs log tree commit diff stats
path: root/npins/full.nix
blob: 71540c0fff7f7274daeeab629f898e1aa33a7943 (plain) (blame)
1
2
3
4
5
6
7
8
_: let
  sources = import ./default.nix {};
in {
  inherit sources;

  loadFlake = flakeInput: (import sources.flake-compat {src = sources."${flakeInput}";}).outputs;
  load = input: import sources."${input}" {};
}