Find a file
2022-03-02 10:53:28 +01:00
template bump flake lock 2022-03-02 10:53:28 +01:00
.gitignore Initial commit 2022-01-21 17:55:29 +01:00
flake.nix make it a real flake template 2022-02-01 02:32:28 +01:00
README.md nixpkgs: follow nixos-unstable, update flake.lock 2022-02-22 15:09:03 +01:00

tritonshell

a nix dev & ops shell for triton and manta

asciicast

  1. If you're already on NixOS and / or have worked with flakes before, jump to 2.

  2. Install nix, the package manager

    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, it will be setup in a new directory ./tritonshell (feel free to adjust this):

nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell
cd tritonshell
  1. Ready to go:
nix develop

Optional: If you'd like to customize your new tritonshell with additional packages, you can do so: just edit flake.nix and look for extraDevshellPkgs. Packages added here will be pulled from the nixos-unstable channel, you can search for available packages here.

TODO: add nix-direnv