Use packages from stable which were from unstable before

This commit is contained in:
JuliusFreudenberger 2025-05-27 22:01:02 +03:00
parent fb88bd8c55
commit 289eecc497
3 changed files with 8 additions and 10 deletions

View file

@ -1,11 +1,10 @@
{
pkgs,
pkgs-unstable,
lib,
...
}: {
environment.systemPackages = with pkgs; [
pkgs-unstable.cryptomator
cryptomator
keepassxc
];