From 06e9047fb629d09f168408920f4437369c74349d Mon Sep 17 00:00:00 2001 From: jhonas Date: Wed, 9 Feb 2022 11:37:04 +0100 Subject: [PATCH] Change to new flake URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31027eb..8c16067 100644 --- a/README.md +++ b/README.md @@ -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 ```