From 48e09b54402d87cb7c014bc87032c1b859a4433a Mon Sep 17 00:00:00 2001 From: Artturin Date: Mon, 14 Oct 2024 03:10:18 +0300 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e1a0e6..c9d0df6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Add this flake to your configuration flake's inputs and pin its `nixpkgs` to you ``` tt-flake = { - url = "git+https://git.ziguana.dev/ziguana/tt-flake"; + url = "github:Artturin/tt-flake"; inputs.nixpkgs.follows = "nixpkgs"; }; ``` @@ -35,7 +35,7 @@ hostname = nixpkgs.lib.nixosSystem { Reboot and run the tests. Some of the tests may require root. ``` -nix run git+https://git.ziguana.dev/ziguana/tt-flake#kmd-test +nix run github:Artturin/tt-flake#kmd-test ``` You should see testing output on stdout, and some errors (with a possible stack trace) in dmesg.