summaryrefslogtreecommitdiff
path: root/archetypes/collections
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/collections')
-rw-r--r--archetypes/collections/desktop/crypto.nix2
1 files changed, 1 insertions, 1 deletions
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
];
};
}