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.
// 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 of a shell.nix contain a flake.nix (e.g. like this one; for [my] enola-dev/enola#1921), this probably needs to be another command?
It would be awesome if the README documented that.
I'll see if I can figure it out, and contrib a PR.
https://github.com/xtruder/nix-devcontainer#devcontainer-integration currently documents:
For repos which instead of a
shell.nixcontain aflake.nix(e.g. like this one; for [my] enola-dev/enola#1921), this probably needs to be another command?It would be awesome if the README documented that.
I'll see if I can figure it out, and contrib a PR.