trusted and tf-nix inputs removed

This commit is contained in:
arcnmx 2023-04-29 13:10:07 -07:00
parent f6ec9f37eb
commit dbf77891e1
20 changed files with 24 additions and 632 deletions

View file

@ -7,11 +7,4 @@ let
nixfiles = import flakeCompat {
src = ./.;
};
trusted = import flakeCompat {
src = if builtins.pathExists ./trusted/trusted/flake.nix
then ./trusted/trusted
else ./trusted;
};
in nixfiles.defaultNix.inputs // (if builtins.getEnv "TRUSTED" != "" then {
trusted = trusted.defaultNix;
} else {})
in nixfiles.defaultNix.inputs