mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/flashprog: Enable depending NixOS modules (#389346)
This commit is contained in:
commit
c632b25205
2 changed files with 11 additions and 2 deletions
|
@ -20,6 +20,8 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.udev.packages = [ cfg.package ];
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
hardware.libjaylink.enable = true;
|
||||
hardware.libftdi.enable = true;
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ felixsinger ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue