From 759a26afb7d5ccf648a6fd9eb4345e3d647ff63b Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 28 Feb 2023 11:04:36 +0100 Subject: [PATCH] Mangal: swith to unstable --- hm_modules/biblio.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hm_modules/biblio.nix b/hm_modules/biblio.nix index b63fb6e..2b08989 100644 --- a/hm_modules/biblio.nix +++ b/hm_modules/biblio.nix @@ -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; + }; }