Skip to content
New issue

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

Can't make my fhs env work #62

Open
baronleonardo opened this issue Oct 15, 2021 · 1 comment
Open

Can't make my fhs env work #62

baronleonardo opened this issue Oct 15, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@baronleonardo
Copy link

I have a nix shell like this

{pkgs ? import <nixpkgs> {} }:
(pkgs.buildFHSUserEnv
{
    name = "clang-env";
    targetPkgs = pkgs: (with pkgs; [
        vim
        python3
        python3Packages.six
        clang
        lldb
        zlib openssl.dev binutils which
        git
        source-code-pro
#        cantarell-fonts
#        dejavu_fonts
    ]);
    runScript = "bash";
}).env

but I had no success to make it run in vscode
my settings.json

...
"nixEnvSelector.nixFile": "${workspaceRoot}/fhs.nix"
...
@baronleonardo baronleonardo added the bug Something isn't working label Oct 15, 2021
@austinbutler
Copy link

Possibly related: #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants