mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
trusted and tf-nix inputs removed
This commit is contained in:
parent
f6ec9f37eb
commit
dbf77891e1
20 changed files with 24 additions and 632 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue