devenv icon indicating copy to clipboard operation
devenv copied to clipboard

Allow devenv project (outputs) to be (remotely) importable in another devenv or flake

Open clotodex opened this issue 1 year ago • 2 comments

Concrete usecase: I would like to use an output of a devenv project in my nixos config. General usecase: Extending projects with builds from other repositories

Right now all importable projects need to be a flake afaik. So the only way to make this work is to wrap the devenv into a flake, correct?

Are there any other ways to do this or ideas on how devenv could become compatible here?

clotodex avatar Nov 24 '24 16:11 clotodex

Also looking forward to this. I'm looking for a way to export devenv shells using outputs so they can be installed on any nix system via nix-env

dsalaza4 avatar Feb 05 '25 17:02 dsalaza4

#1438 looks interesting as well

clotodex avatar Feb 07 '25 20:02 clotodex

Also see #2092

domenkozar avatar Sep 17 '25 20:09 domenkozar