summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2024-02-15 20:20:24 +0100
committersils <sils@sils.li>2024-02-15 20:20:24 +0100
commit6bbe7b365c3f32f3572cc85df6b6ac5cd0a644f1 (patch)
tree32b5539a0aeb1237a73ebfdac932f5adfd9993f8 /flake.nix
parentchore(version): v0.23.1 (diff)
downloadnixos-server-6bbe7b365c3f32f3572cc85df6b6ac5cd0a644f1.tar.gz
nixos-server-6bbe7b365c3f32f3572cc85df6b6ac5cd0a644f1.zip
fix(flake): update invidious-router-flake url
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a8812c8..f8dc3c9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -58,7 +58,7 @@
       };
     };
     invidious-router-flake = {
-      url = "git+https://codeberg.org/sils/invidious-router-flake";
+      url = "git+https://codeberg.org/vhack.eu/invidious-router-flake";
       inputs.nixpkgs.follows = "nixpkgs";
     };