diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-29 15:14:04 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-29 16:08:03 +0100 |
commit | 951cb95d441817de0724e4c41ec21c5ca2451a89 (patch) | |
tree | d7f9a8ea051a63425056f5459cba3b52af16cb3c | |
parent | refactor(hosts/{server2,server3}): Move the backup secrets in a directory (diff) | |
download | nixos-server-951cb95d441817de0724e4c41ec21c5ca2451a89.zip |
build(flake): Update to the latest `nixLib` version
-rw-r--r-- | flake.lock | 12 | ||||
-rw-r--r-- | flake.nix | 2 |
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"; |