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

devenv: split out library #1263

Merged
merged 10 commits into from
Jun 13, 2024
Merged

devenv: split out library #1263

merged 10 commits into from
Jun 13, 2024

Conversation

sandydoo
Copy link
Member

No description provided.

@sandydoo sandydoo added the cli Related to the devenv CLI label Jun 10, 2024
Copy link

cloudflare-workers-and-pages bot commented Jun 10, 2024

Deploying devenv with  Cloudflare Pages  Cloudflare Pages

Latest commit: d7fec54
Status: ✅  Deploy successful!
Preview URL: https://6695626a.devenv.pages.dev
Branch Preview URL: https://split-lib.devenv.pages.dev

View logs

@domenkozar
Copy link
Member

I'm going to merge #1194 next and make 1.0.6, then this can go in ASAP :)

@sandydoo sandydoo mentioned this pull request Jun 11, 2024
10 tasks
@domenkozar
Copy link
Member

Ready for rebase!

@sandydoo sandydoo force-pushed the split-lib branch 4 times, most recently from e14f29e to 6800949 Compare June 12, 2024 23:50
@@ -23,5 +23,7 @@ pkgs.rustPlatform.buildRustPackage {

postInstall = ''
wrapProgram $out/bin/devenv --set DEVENV_NIX ${inputs.nix.packages.${pkgs.stdenv.system}.nix} --prefix PATH ":" "$out/bin:${inputs.cachix.packages.${pkgs.stdenv.system}.cachix}/bin"
# TODO: problematic for our library...
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could use env! to embed a default path to nix in the library. That would remove the runtime requirement.

@sandydoo sandydoo marked this pull request as ready for review June 13, 2024 15:05
@domenkozar domenkozar merged commit c81cd58 into main Jun 13, 2024
252 of 268 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the devenv CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants