about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
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 6ff085f..6f780d0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
     nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small";
     nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
 
-    library.url = "git+https://git.vhack.eu/vhack.eu/nix-library?ref=prime";
+    library.url = "git+https://git.foss-syndicate.org/vhack.eu/nix-library?ref=prime";
 
     treefmt-nix = {
       url = "github:numtide/treefmt-nix";