From a1b2fdabe4e7227bc17c06291d0b68eb298a576f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 19 Mar 2025 23:31:32 +0100 Subject: [PATCH 1/3] home: add monkeytype to tridactyl blacklist --- home/tridactylrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/tridactylrc b/home/tridactylrc index 6b2313d..b0b07d2 100644 --- a/home/tridactylrc +++ b/home/tridactylrc @@ -40,6 +40,7 @@ set yankto both blacklistadd calendar.google.com blacklistadd keybr.com blacklistadd ergol.org +blacklistadd monkeytype.com blacklistadd jellyfin.alarsyo.net blacklistadd localhost blacklistadd netflix.com From cad74df9fa03db0163a4c3eb2c8d396c4838f210 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 24 Mar 2025 09:10:27 +0100 Subject: [PATCH 2/3] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/9d3d080aec2a35e05a15cedd281c2384767c2cfe?narHash=sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA%3D' (2025-02-17) → 'github:nix-community/home-manager/0948aeedc296f964140d9429223c7e4a0702a1ff?narHash=sha256-jbqlw4sPArFtNtA1s3kLg7/A4fzP4GLk9bGbtUJg0JQ%3D' (2025-03-22) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/e1f12151258b12c567f456d8248e4694e9390613?narHash=sha256-f0BVt1/cvA0DQ/q3rB%2BHY4g4tKksd03ZkzI4xehC2Ew%3D' (2025-03-12) → 'github:NixOS/nixos-hardware/380ed15bcd6440606c6856db44a99140d422b46f?narHash=sha256-yJ3OOAmsGAxSl0bTmKUp3%2BcEYtSS%2BV6hUPK2rYhIPr8%3D' (2025-03-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/cdd2ef009676ac92b715ff26630164bb88fec4e0?narHash=sha256-prZ0M8vE/ghRGGZcflvxCu40ObKaB%2Bikn74/xQoNrGQ%3D' (2025-03-13) → 'github:NixOS/nixpkgs/f0946fa5f1fb876a9dc2e1850d9d3a4e3f914092?narHash=sha256-rBfc%2BH1dDBUQ2mgVITMGBPI1PGuCznf9rcWX/XIULyE%3D' (2025-03-23) --- flake.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 697d246..274cf09 100644 --- a/flake.lock +++ b/flake.lock @@ -160,11 +160,11 @@ ] }, "locked": { - "lastModified": 1739757849, - "narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=", + "lastModified": 1742655702, + "narHash": "sha256-jbqlw4sPArFtNtA1s3kLg7/A4fzP4GLk9bGbtUJg0JQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe", + "rev": "0948aeedc296f964140d9429223c7e4a0702a1ff", "type": "github" }, "original": { @@ -234,11 +234,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1741792691, - "narHash": "sha256-f0BVt1/cvA0DQ/q3rB+HY4g4tKksd03ZkzI4xehC2Ew=", + "lastModified": 1742631601, + "narHash": "sha256-yJ3OOAmsGAxSl0bTmKUp3+cEYtSS+V6hUPK2rYhIPr8=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "e1f12151258b12c567f456d8248e4694e9390613", + "rev": "380ed15bcd6440606c6856db44a99140d422b46f", "type": "github" }, "original": { @@ -298,11 +298,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1741862977, - "narHash": "sha256-prZ0M8vE/ghRGGZcflvxCu40ObKaB+ikn74/xQoNrGQ=", + "lastModified": 1742751704, + "narHash": "sha256-rBfc+H1dDBUQ2mgVITMGBPI1PGuCznf9rcWX/XIULyE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cdd2ef009676ac92b715ff26630164bb88fec4e0", + "rev": "f0946fa5f1fb876a9dc2e1850d9d3a4e3f914092", "type": "github" }, "original": { From 03346040e01c988ff03bf0c34519529051023a2c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 24 Mar 2025 10:12:14 +0100 Subject: [PATCH 3/3] flake: disable Lix module Since https://github.com/NixOS/nixpkgs/pull/391983 was merged in nixos-24.11, the Lix module needs a bump as well to avoid applying that patch twice, which breaks the build. Let's wait for an update. --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b68cf00..d0f7076 100644 --- a/flake.nix +++ b/flake.nix @@ -112,7 +112,8 @@ [ agenix.nixosModules.default home-manager.nixosModules.default - lix-module.nixosModules.default + # FIXME: this is temporarily broken, will need a bump of the Lix module + # lix-module.nixosModules.default { nixpkgs = { overlays = shared_overlays;