mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 00:24:18 +00:00
7a86a7f9ed
It's not actually used
6 lines
83 B
Nix
6 lines
83 B
Nix
{ pkgs, makeInstalledTest, ... }:
|
|
|
|
makeInstalledTest {
|
|
tested = pkgs.pipewire;
|
|
}
|