This website requires JavaScript.
Explore
Help
Sign in
movefasta
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-06-14 05:29:20 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
05bf45e09b
nixpkgs
/
nixos
/
tests
/
installed-tests
/
pipewire.nix
6 lines
83 B
Nix
Raw
Normal View
History
Unescape
Escape
nixos/tests/pipewire: don't enable pipewire in test VM It's not actually used
2023-04-20 18:02:38 +03:00
{
pkgs
,
makeInstalledTest
,
.
.
.
}:
pipewire: add testing This adds two tests. One is for whether the paths used by the module are present, while the other is for testing functionality of PipeWire itself. This is done with the recent addition of installed tests by upstream.
2020-08-05 14:48:37 -04:00
makeInstalledTest
{
tested
=
pkgs
.
pipewire
;
}
Reference in a new issue
Copy permalink