Skip to content

Add mechanism to allow processes in composed imports to run with their relative working directory  #316

Description

@AndrewIngram

At present, any process defined in an imported subproject (such as frontend or backend in the following example) will be run with the cwd (current working directory) of this parent devenv. Some mechanism to allow them to easily run in isolation (from their own directories) or as part of the greater devenv could be valuable.

inputs:
  nixpkgs:
    url: github:NixOS/nixpkgs/nixpkgs-unstable
  devenv:
    url: github:cachix/devenv
imports:
- ./frontend
- ./backend

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions