Skip to content

Allow recursively finding the devenv.nix in the parent folders inside a monorepo #2232

@onnimonni

Description

@onnimonni

Hey!

It would be beneficial to be able to start the postgresql server when I'm inside a subfolder in a monorepo:

$ devenv processes up
Error:   × File devenv.nix does not exist. To get started, run:
  │
  │     $ devenv init
  │

$ ls -lah ../../devenv*
.rw-r--r-- 2.8k onnimonni 20 Oct 10:39 ../../devenv.lock
.rw-r--r-- 3.6k onnimonni 21 Oct 09:08 ../../devenv.nix
.rw-r--r--  201 onnimonni 20 Oct 10:38 ../../devenv.yaml

Currently I need to go back to the root folder everytime to run this.

Or would there be another way to achieve this?

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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions