From d5bd935f2e9520704c9e02d28047a26c1099b24c Mon Sep 17 00:00:00 2001 From: Clan Merge Bot Date: Mon, 11 Nov 2024 00:00:21 +0000 Subject: [PATCH 1/2] update flake lock - nixpkgs - 2024-11-11T00:00+00:00 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185?narHash=sha256-4HQI%2B6LsO3kpWTYuVGIzhJs1cetFcwT7quWCk/6rqeo%3D' (2024-10-18) → 'github:NixOS/nixpkgs/85f7e662eda4fa3a995556527c87b2524b691933?narHash=sha256-JwQZIGSYnRNOgDDoIgqKITrPVil%2BRMWHsZH1eE1VGN0%3D' (2024-11-07) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 31e1fa8ea..a57beb7d6 100644 --- a/flake.lock +++ b/flake.lock @@ -57,11 +57,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1729265718, - "narHash": "sha256-4HQI+6LsO3kpWTYuVGIzhJs1cetFcwT7quWCk/6rqeo=", + "lastModified": 1730958623, + "narHash": "sha256-JwQZIGSYnRNOgDDoIgqKITrPVil+RMWHsZH1eE1VGN0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ccc0c2126893dd20963580b6478d1a10a4512185", + "rev": "85f7e662eda4fa3a995556527c87b2524b691933", "type": "github" }, "original": { From 74b54c84a4d07f074a1af581d71376e7bfac7d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 14 Nov 2024 11:04:34 +0100 Subject: [PATCH 2/2] deltachat: disable tests --- checks/flake-module.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checks/flake-module.nix b/checks/flake-module.nix index 46a4d9440..a74a4765c 100644 --- a/checks/flake-module.nix +++ b/checks/flake-module.nix @@ -28,7 +28,8 @@ # import our test secrets = import ./secrets nixosTestArgs; container = import ./container nixosTestArgs; - deltachat = import ./deltachat nixosTestArgs; + # Deltachat is currently marked as broken + # deltachat = import ./deltachat nixosTestArgs; borgbackup = import ./borgbackup nixosTestArgs; matrix-synapse = import ./matrix-synapse nixosTestArgs; mumble = import ./mumble nixosTestArgs;