Replies: 1 comment
-
@aszenz Unfortunatel, the extension doesn't support env variable before executing You can create custom script with shebang line, make it executable and pass in config for the extension instead of Something like: #!/bin/bash
export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1
nix-shell $@ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project which needs the
NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1
env variable to be set before it can work, just wondering how to activate the nix environment in vscode for the same, right now it failsBeta Was this translation helpful? Give feedback.
All reactions