mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
3 lines
70 B
Nix
3 lines
70 B
Nix
{ pkgs ? import <nixpkgs> { }
|
|
}:
|
|
pkgs.callPackage nix/default.nix { }
|