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

Add Nix files for dev shell #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

lionello
Copy link

No need merge this, but helps document the tool dependencies that are needed.

There's a few ways you can use this:

  • Use nix-shell to drop into a sub shell with all the prerequisites in PATH
  • Use nix develop to use the Nix Flake (requires newer version of Nix)

Sub-shell can be avoided by using DirEnv and creating a text file .envrc in the repo root with a single line:

  • use nix to use the shell.nix file; or,
  • use flake to use the newer flake.nix file

Signed-off-by: Lionello Lunesu [email protected]

Signed-off-by: Lionello Lunesu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant