Change to new flake URL

This commit is contained in:
jhonas 2022-02-09 11:37:04 +01:00
parent b5f8be6335
commit 06e9047fb6
Signed by: teutat3s
GPG key ID: 924889A86D0B0FEB

View file

@ -16,7 +16,7 @@
2. 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
nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell
cd tritonshell
```