From df35d1d9354871f3cad84848a999b8e02b391351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 26 Feb 2025 10:13:28 +0100 Subject: [PATCH] flake: change retiolum to stockholm mirror --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index baeeb63..b83bbef 100644 --- a/flake.lock +++ b/flake.lock @@ -1481,17 +1481,17 @@ }, "retiolum_2": { "locked": { - "lastModified": 1737987273, - "narHash": "sha256-WQCLoDbthUO5PcdYDBxZZQgpQbEXab50EcwChkukxN4=", - "ref": "refs/heads/master", - "rev": "514fe96610f745435b89355822691b1961dc4857", - "revCount": 350, - "type": "git", - "url": "https://git.thalheim.io/Mic92/retiolum" + "lastModified": 1740561147, + "narHash": "sha256-XUky9t968+89oeMrzMlI3B1/J9UmvJ1K1LLLtXPaSl4=", + "owner": "krebs", + "repo": "retiolum", + "rev": "48f155d4f4516c50cd4ff8a87375665bbc8c4853", + "type": "github" }, "original": { - "type": "git", - "url": "https://git.thalheim.io/Mic92/retiolum" + "owner": "krebs", + "repo": "retiolum", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index af19960..df513a4 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; nur.url = "github:nix-community/NUR"; recht.url = "github:kmein/recht"; - retiolum.url = "git+https://git.thalheim.io/Mic92/retiolum"; + retiolum.url = "github:krebs/retiolum"; rust-overlay.url = "github:oxalica/rust-overlay"; scripts.url = "github:kmein/scripts"; stockholm.url = "github:krebs/stockholm";