mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 05:56:41 +00:00
chore(nix/package/dcoker/aio/env-processor): refactor
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
{
|
||||
writeShellApplication,
|
||||
coreutils,
|
||||
s6-portable-utils,
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "env-processor";
|
||||
|
||||
runtimeInputs = [ coreutils ];
|
||||
runtimeInputs = [
|
||||
coreutils
|
||||
s6-portable-utils
|
||||
];
|
||||
|
||||
text = builtins.readFile ./env_processor.sh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user