template | ||
.gitignore | ||
flake.nix | ||
README.md |
tritonshell
a nix devshell for triton
-
If you're already on NixOS jump to 2.
-
- Now, make sure you're ready to nix with flakes, this should give you some output:
nix flake --help
- Otherwise, proceed to enable flakes (still an experimental feature in
nix
): https://nixos.wiki/wiki/Flakes#Installing_flakes
-
Get this nix flake template, it will be setup in a new directory
./tritonshell
(feel free to adjust this):
nix flake new --template "git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell?ref=main" ./tritonshell
- Ready to go:
nix develop