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 flake for easier dev env #883

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

mipmip
Copy link
Contributor

@mipmip mipmip commented Aug 13, 2024

This Nix flake allows dev's with a Nix setup to run commands like:

## Build sc-im
nix build

## Enter a dev shell
nix develop

## Enter a shell with sc-im compiled
nix shell

## Instantly run latest version from github
nix run github:andmarti1424/sc-im

## Or run a version from someone else with a specific commit hash
nix run https://github.com/mipmip/sc-im/archive/91ba8cb61ff63e37262f6c6a96139e17c7751e35.tar.gz

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