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