summaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-04-13 11:00:14 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-04-13 11:00:14 -0500
commita6858dca2565fdacba0852aeb77e638f0dc886c2 (patch)
tree61f819786fe04cbe054a86bd36bb0366982ed591 /archetypes
parentda3e6ade8765b67123360d902051ac352ad02ef0 (diff)
downloadnixos-a6858dca2565fdacba0852aeb77e638f0dc886c2.tar.xz
nixos-a6858dca2565fdacba0852aeb77e638f0dc886c2.zip
add ability to use unstable packages in config and use unstable.sparrow
Diffstat (limited to 'archetypes')
-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
];
};
}