summary refs log tree commit diff
path: root/overlay.nix
blob: 1eccde61e85ce4317bf1cfcab1b799c93a6b98b5 (plain)
1
2
3
4
5
6
7
final: prev:

{
  yubikey-touch-detector = import ./pkgs/yubikey-touch-detector {
    inherit (prev) yubikey-touch-detector;
  };
}