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