mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
9 lines
126 B
Nix
9 lines
126 B
Nix
|
final: super:
|
||
|
|
||
|
let
|
||
|
inherit (final) callPackage;
|
||
|
in
|
||
|
{
|
||
|
pinebookpro-keyboard-updater = callPackage ./keyboard-updater { };
|
||
|
}
|