Luke Granger-Brown
6266b42b66
This is a helper utility for syncing filesystem files into GitLab variables, for deploy-time secrets.
6 lines
194 B
Nix
6 lines
194 B
Nix
args: {
|
|
javaws-env = import ./javaws-env.nix args;
|
|
plex-pass = import ./plex-pass.nix args;
|
|
heptapod-runner = import ./heptapod-runner.nix args;
|
|
secretsync = import ./secretsync args;
|
|
}
|