mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
4 lines
70 B
Nix
4 lines
70 B
Nix
{ pkgs ? import <nixpkgs> { }
|
|
}:
|
|
pkgs.callPackage nix/default.nix { }
|