nix-devcontainer icon indicating copy to clipboard operation
nix-devcontainer copied to clipboard

Swiss army knife container for vscode development environments

Results 10 nix-devcontainer issues
Sort by recently updated
recently updated
newest added

The example `devcontainer.json` in the source code use docker compose. It works for me as expected - if I rebuild the container the `/nix/store` is not downloaded again. If I...

This project is great! I'm just curious as to why the default nix.conf has `sandbox = false` set?

devcontainer.json does not build in JetBrains IDE 2024.1 and VSCode. JetBrains IDE Welcome screen -> DevContainers -> New DevContainer (from VCS Project, Docker must be installed.) Insert the git@ link...

This commit follows the [latest documentation of Docker's Github Action guides](https://docs.docker.com/build/ci/github-actions/multi-platform/) to build multi-architecture images. This should allow publishing of `amd64` and `aarch64` containers, which can help users on ARM...

Hi, thanks for this project. I'm trying it out today and have found that the `devcontainers` [spec for how vscode extensions are specified](https://containers.dev/supporting) has changed. I've also gone ahead and...

I have a rust project using this attached configuration. Setting `network_mode=host` was the only way I could download crates for compilation. If it is in the users cache it will...

Hi, thank you so much for this image. I'll add this in, just adding this as a reminder. I already have one running locally.

https://github.com/xtruder/nix-devcontainer#devcontainer-integration currently documents: ```json // build development environment on creation, make sure you already have shell.nix "onCreateCommand": "nix-shell --command 'echo done building nix dev environment'", ``` For repos which instead...

## Subject https://github.com/xtruder/nix-devcontainer/blob/556fe880b3dc17835d9485902928c4ef748c4bd8/README.md?plain=1#L497-L502 ## Context https://github.com/microsoft/vscode-remote-release/issues/3545#event-11508836916

Hi! Thanks for this project! It looks like it could be really useful for me! Let's say I want to run my tests in CI, but it shall be in...