template | ||
.gitignore | ||
flake.nix | ||
README.md |
tritonshell
a nix dev & ops shell for triton and manta
-
If you're already on NixOS and / or have worked with
flakes
before, jump to 2. -
Install nix, the package manager
- 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
- Now, make sure you're ready to
-
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
- Adjust
./flake.nix
to match domains and data centers of your Triton Data Center setup. Look for theCUSTOMIZE
comment.
vim ./flake.nix
- 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