mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 11:26:59 +00:00
chore(nix/package/dcoker/aio): init env-processor
This commit is contained in:
10
nix/docker/all_in_one/init/env-processor/default.nix
Normal file
10
nix/docker/all_in_one/init/env-processor/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
writeShellApplication,
|
||||
coreutils,
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "env-processor";
|
||||
|
||||
runtimeInputs = [ coreutils ];
|
||||
text = builtins.readFile ./env_processor.sh;
|
||||
}
|
||||
Reference in New Issue
Block a user