Mangal: swith to unstable

This commit is contained in:
Filippo Berto 2023-02-28 11:04:36 +01:00
parent 3b3a8d5680
commit 759a26afb7
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -1,3 +1,6 @@
{ pkgs, ... }: {
home.packages = builtins.attrValues { inherit (pkgs) calibre mangal; };
home.packages = builtins.attrValues {
inherit (pkgs) calibre;
inherit (pkgs.unstable_pkgs) mangal;
};
}