blob: 0fb566799ad81eff737c5c69cf91bc0f685c6332 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
_: let
sources = import ../unflake.nix;
loadFlake = input: sources."${input}";
# loadFlake = flakeInput: (import sources.flake-compat {src = sources."${flakeInput}";}).outputs;
in {
inherit sources loadFlake;
}
|