Giter VIP home page Giter VIP logo

Comments (4)

samuela avatar samuela commented on May 24, 2024 3

I'd also like to suggest the ability to use shell.nix files that are not in the workspace root, but somewhere deeper in the directory structure. I often work in "monorepo" scenarios where the shell.nix file I need to enable is not directly in the workspace root directory.

from nix-env-selector.

arrterian avatar arrterian commented on May 24, 2024 1

@tbenst Thank you for the issue.
Now, priority for the project is rewriting the codebase to PureScript and bug fixing. I'll keep the issue in our backlog.

Also, I have good news. You can already use the extension for your propose.
All you need is add the following config to your project

{
    "nixEnvSelector.nixShellConfig": "/full/path/to/default.nix"
}

from nix-env-selector.

knedlsepp avatar knedlsepp commented on May 24, 2024 1

I think this could be fixed by making use of: ${workspaceFolder} instead of the deprecated ${workspaceRoot}:
See: https://code.visualstudio.com/docs/editor/variables-reference#_why-isnt-workspaceroot-documented

from nix-env-selector.

tbenst avatar tbenst commented on May 24, 2024

^ this solution works great, thanks! After heavily using nix-env-selector for a few days, I find that I'm copying the same *.nix envs to multiple folders. Perhaps the better feature request is to specify a list of directories for nix-env-selector to search for *.nix files? e.g.

{
    "nixEnvSelector.nixShellDirectories": [ "/folder1" "/folder2" ]
}

That way could customize on both user and workspace level.

from nix-env-selector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.