nixos/rtl-sdr: adopt

This commit is contained in:
Gavin John 2025-01-28 11:12:22 -08:00
parent c8e664839b
commit 572d780fbe
No known key found for this signature in database
GPG key ID: 792E158CDD33C3EE

View file

@ -32,4 +32,6 @@ in
environment.systemPackages = [ cfg.package ];
users.groups.plugdev = { };
};
meta.maintainers = with lib.maintainers; [ pandapip1 ];
}