Find a file
2022-02-01 02:07:35 +01:00
pkgs Refactor, init template 2022-02-01 01:59:09 +01:00
.gitignore Initial commit 2022-01-21 17:55:29 +01:00
flake.lock Refactor, init template 2022-02-01 01:59:09 +01:00
flake.nix Add defaultTemplate.path 2022-02-01 02:07:35 +01:00
README.md Refactor, init template 2022-02-01 01:59:09 +01:00
tritonshell.nix Refactor, init template 2022-02-01 01:59:09 +01:00

tritonshell

a nix devshell for triton

  1. If you're already on NixOS jump to 2.

  2. Install nix

    1. Now, make sure you're ready to nix with flakes, this should give you some output:
    nix flake --help
    
    1. Otherwise, proceed to enable flakes (still an experimental feature in nix): https://nixos.wiki/wiki/Flakes#Installing_flakes
  3. Get this nix flake template:

nix flake new 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell'
  1. Ready to go:
nix develop