You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
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 use the example from the README with "dockerFile": "Dockerfile" etc, then the /nix/store is downloaded on every container startup, even though the same volume is definitely mounted (per docker inspect). Any idea why that is, or what I am doing wrong?
P.S. I love what you did here. I might use a simplified version until I understand what all the moving parts are, but it's all great stuff.
The example
devcontainer.jsonin the source code use docker compose. It works for me as expected - if I rebuild the container the/nix/storeis not downloaded again. If I use the example from the README with"dockerFile": "Dockerfile"etc, then the/nix/storeis downloaded on every container startup, even though the same volume is definitely mounted (perdocker inspect). Any idea why that is, or what I am doing wrong?P.S. I love what you did here. I might use a simplified version until I understand what all the moving parts are, but it's all great stuff.