aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock12
-rw-r--r--flake.nix2
2 files changed, 7 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index 1bc5e2a..19b236c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -198,18 +198,18 @@
},
"library": {
"locked": {
- "lastModified": 1735055361,
- "narHash": "sha256-wZmUlcUG6ktcMuI3DVO2HsnpqX7z5iLdMwOo0YgVdGM=",
+ "lastModified": 1738161079,
+ "narHash": "sha256-YDiu0DbtwOSo1GO3D9A0Q+dHzsYJ6pJ8ZYEkgmK1szI=",
"ref": "prime",
- "rev": "10c82665cb197b68ff0d9bb02e12a4287f1b8925",
- "revCount": 2,
+ "rev": "847a8167fe3b52c3b8e19017b31a97e12ad411ea",
+ "revCount": 16,
"type": "git",
- "url": "https://git.vhack.eu/vhack.eu/nix-library"
+ "url": "https://git.foss-syndicate.org/vhack.eu/nix-library"
},
"original": {
"ref": "prime",
"type": "git",
- "url": "https://git.vhack.eu/vhack.eu/nix-library"
+ "url": "https://git.foss-syndicate.org/vhack.eu/nix-library"
}
},
"nixpkgs": {
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";