From b20a1f400ad030226628d7cd22e15aa8e78ae108 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Tue, 27 Aug 2024 01:39:29 +0100 Subject: [PATCH] due to infinite recursion bug and librewolf being broken in current nixos-unstable, i am leaving this for now --- modules/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/packages.nix b/modules/packages.nix index ae44c8d..3808c88 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -42,6 +42,6 @@ ++ (with stablepkgs; [ - # packages that are unstable on nixos-unstable can be moved here +# librewolf ]); }