about summary refs log tree commit diff stats
path: root/npins/full.nix
blob: 547b32cfedb7685a2e96d0884d53a92a882b6543 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
_: let
  sources = import ../unflake.nix;
  load = input: sources."${input}";
  loadFlake = load;

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