tritonshell/README.md
2022-02-01 01:59:09 +01:00

23 lines
558 B
Markdown

# tritonshell
### a nix devshell for triton
0. If you're already on NixOS jump to 2.
1. [Install nix](https://nixos.org/download.html)
1. Now, make sure you're ready to nix with flakes, this should give you some output:
```
nix flake --help
```
2. Otherwise, proceed to enable flakes (still an experimental feature in `nix`):
https://nixos.wiki/wiki/Flakes#Installing_flakes
2. Get this nix flake template:
```
nix flake new 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell'
```
3. Ready to go:
```
nix develop
```