allow unfree package lxmf in nixpkgs configuration
This commit is contained in:
parent
31db0a67d4
commit
d7bc158864
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
{
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [ "rns" ];
|
||||
builtins.elem (lib.getName pkg) [ "rns" "lxmf" ];
|
||||
}
|
||||
./reticulum.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue