repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.xknx: 1.1.0 -> 1.2.0
[NixPkgs.git]
/
nixos
/
tests
/
installed-tests
/
pipewire.nix
blob
b04265658fcf463ce6172042bce48d98c48fd961
1
{ pkgs, lib, makeInstalledTest, ... }:
2
3
makeInstalledTest {
4
tested = pkgs.pipewire;
5
testConfig = {
6
hardware.pulseaudio.enable = false;
7
services.pipewire = {
8
enable = true;
9
pulse.enable = true;
10
jack.enable = true;
11
alsa.enable = true;
12
alsa.support32Bit = true;
13
};
14
};
15
}