diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-04-13 11:00:14 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-04-13 11:00:14 -0500 |
| commit | a6858dca2565fdacba0852aeb77e638f0dc886c2 (patch) | |
| tree | 61f819786fe04cbe054a86bd36bb0366982ed591 /archetypes | |
| parent | da3e6ade8765b67123360d902051ac352ad02ef0 (diff) | |
| download | nixos-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.nix | 2 |
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 ]; }; } |
