From a6858dca2565fdacba0852aeb77e638f0dc886c2 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 13 Apr 2026 11:00:14 -0500 Subject: add ability to use unstable packages in config and use unstable.sparrow --- archetypes/collections/desktop/crypto.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archetypes') diff --git a/archetypes/collections/desktop/crypto.nix b/archetypes/collections/desktop/crypto.nix index f90919e..bfb9186 100644 --- a/archetypes/collections/desktop/crypto.nix +++ b/archetypes/collections/desktop/crypto.nix @@ -7,7 +7,7 @@ in { config = lib.mkIf cfg.enable { environment.systemPackages = with pkgs; [ - sparrow + unstable.sparrow ]; }; } -- cgit v1.2.3