mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 18:26:34 +05:30
4 lines
71 B
Nix
Executable File
4 lines
71 B
Nix
Executable File
{ pkgs, ... }: {
|
|
speedtestpp = pkgs.callPackage ./speedtestpp { };
|
|
}
|