allow unfree package lxmf in nixpkgs configuration

This commit is contained in:
Jakub Dorfman 2026-05-14 21:08:58 +02:00
parent 31db0a67d4
commit d7bc158864

View file

@ -39,7 +39,7 @@
{
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ "rns" ];
builtins.elem (lib.getName pkg) [ "rns" "lxmf" ];
}
./reticulum.nix
];