Skip to content

Conversation

Tom-Hubrecht
Copy link

When using nix, it allows running nix-shell to add the required dependencies to the current environment

@fredrik-johansson
Copy link
Collaborator

Not really happy with having more environment-specific tools in the root directory. Could this go in dev/?

When using nix, it allows running `nix-shell dev/nix/shell.nix` to add the required
dependencies to the current environment.

Furthermore, a specific compiler can be requested, e.g.
nix-shell dev/nix/shell.nix -A gcc10 will setup the environment
with cc = gcc10.

The available compilers are for now clang, gcc9 through gcc14.
@@ -0,0 +1,80 @@
# Generated by npins. Do not modify; will be overwritten regularly
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is generated it should not be part of the source tree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants