We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using the default .devcontainer.json I get the following error "seccomp_load invalid argument".
"seccomp_load invalid argument"
A solution to the above problem has been suggested at NixOS/nix#5258 (comment) but not included in the nix.conf yet.
To reproduce I got the same issue with multiple devenv.nix configs. I don't think that's relevant here.
In order to reproduce it, add the following line
devcontainer.enable = true;
to devenv.nix and then run devenv shell so that devenv can generate a default .devcontainer.json
devenv shell
Version
➜ devenv version devenv: 0.6.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using the default .devcontainer.json I get the following error
"seccomp_load invalid argument"
.A solution to the above problem has been suggested at NixOS/nix#5258 (comment) but not included in the nix.conf yet.
To reproduce
I got the same issue with multiple devenv.nix configs. I don't think that's relevant here.
In order to reproduce it, add the following line
to devenv.nix and then run
devenv shell
so that devenv can generate a default .devcontainer.jsonVersion
➜ devenv version
devenv: 0.6.2
The text was updated successfully, but these errors were encountered: