Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move from docker runtime to a nix runtime #64

Open
github-actions bot opened this issue Feb 18, 2023 · 1 comment
Open

move from docker runtime to a nix runtime #64

github-actions bot opened this issue Feb 18, 2023 · 1 comment
Labels
help wanted Extra attention is needed todo

Comments

@github-actions
Copy link
Contributor

# TODO move from docker runtime to a nix runtime

              # TODO Affjax FFI should be in ctl-nix
              foreign.Affjax.node_modules = node_modules;
            };
          ps-command = ps.command { };
          prebuilt = (pkgs.arion.build {
            inherit pkgs;
            modules = [ (pkgs.buildCtlRuntime { }) ];
          }).outPath;
          concurrent = pkgs.writeShellApplication {
            name = "concurrent";
            runtimeInputs = with pkgs; [
              concurrently
            ];
            text = ''
              concurrently\
                --color "auto"\
                --prefix "[{command}]"\
                --handle-input\
                --restart-tries 10\
                "$@"
            '';
          };
          # TODO move from docker runtime to a nix runtime
          runtime = pkgs.writeShellApplication {
            name = "runtime";
            runtimeInputs = [ pkgs.arion pkgs.docker ];
@github-actions github-actions bot added help wanted Extra attention is needed todo labels Feb 18, 2023
@klarkc
Copy link
Member

klarkc commented Feb 25, 2023

https://github.com/DarthSim/overmind might be an option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed todo
Projects
None yet
Development

No branches or pull requests

1 participant