From 87edda0bd7fbaa2bc82d24015514432f77080da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 16 Oct 2025 18:11:29 +0800 Subject: [PATCH] home: remove old flake registry config flakies is conceptually no longer a flake --- nix/homeModules/common/user-nixconf.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nix/homeModules/common/user-nixconf.nix b/nix/homeModules/common/user-nixconf.nix index 73ef4e38..b021d610 100644 --- a/nix/homeModules/common/user-nixconf.nix +++ b/nix/homeModules/common/user-nixconf.nix @@ -27,12 +27,5 @@ allow-import-from-derivation = true; keep-outputs = false; # Build time derivations and sources }; - - registry.flakies = { - from.id = "flakies"; - from.type = "indirect"; - to.type = "git"; - to.url = "https://git.confusedcompiler.org/leana8959/flakies"; - }; }; }