This commit is contained in:
Jakub Dorfman 2026-05-14 21:40:56 +02:00
parent d7bc158864
commit b6f18de9e2
2 changed files with 2 additions and 21 deletions

View file

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