From e845ef7421457655e70d106a6d0f8dcf50892f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 17 Jun 2024 13:55:01 +0200 Subject: [PATCH] switch to clan-core main --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index e9c7c6d..f19f86d 100644 --- a/flake.lock +++ b/flake.lock @@ -59,15 +59,15 @@ ] }, "locked": { - "lastModified": 1718358837, - "narHash": "sha256-GV6s4YPnJBPoGntKSFqwQ/kCLyKwYUO8OJKOYg/8uOY=", - "rev": "a817d966af24681d1134783261059f254e1eec43", + "lastModified": 1718611779, + "narHash": "sha256-ZohxTXp0ZABO3YBfeq357tI39YBAiMZVY0XofEa4PZI=", + "rev": "1cd606b879516454b2a58633ccc8adacce6b5520", "type": "tarball", - "url": "https://git.clan.lol/api/v1/repos/clan/clan-core/archive/a817d966af24681d1134783261059f254e1eec43.tar.gz" + "url": "https://git.clan.lol/api/v1/repos/clan/clan-core/archive/1cd606b879516454b2a58633ccc8adacce6b5520.tar.gz" }, "original": { "type": "tarball", - "url": "https://git.clan.lol/clan/clan-core/archive/matrix.tar.gz" + "url": "https://git.clan.lol/clan/clan-core/archive/main.tar.gz" } }, "disko": { diff --git a/flake.nix b/flake.nix index 13a05fd..6f556a8 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ # Use the version of nixpkgs that has been tested to work with SrvOS srvos.inputs.nixpkgs.follows = "nixpkgs"; - clan-core.url = "https://git.clan.lol/clan/clan-core/archive/matrix.tar.gz"; + clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"; clan-core.inputs.flake-parts.follows = "flake-parts"; clan-core.inputs.nixpkgs.follows = "nixpkgs"; clan-core.inputs.treefmt-nix.follows = "treefmt-nix";