about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-01-29 15:14:04 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-01-29 16:08:03 +0100
commit951cb95d441817de0724e4c41ec21c5ca2451a89 (patch)
treed7f9a8ea051a63425056f5459cba3b52af16cb3c /flake.nix
parentrefactor(hosts/{server2,server3}): Move the backup secrets in a directory (diff)
downloadnixos-server-951cb95d441817de0724e4c41ec21c5ca2451a89.zip
build(flake): Update to the latest `nixLib` version
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";