diff options
| author | tv <tv@krebsco.de> | 2019-04-08 19:05:25 +0200 | 
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2019-04-08 20:59:10 +0200 | 
| commit | 513444e93d3854fef70b7c80e5c254dfd0bf87d8 (patch) | |
| tree | cd58562a9794e7f272a35e5a3b19647457764e54 | |
| parent | fae7da6ba8b704a2d2816ea3cd55179b4b013734 (diff) | |
tv pulse: use pkgs.pkgsi686Linux
| -rw-r--r-- | tv/2configs/pulse.nix | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/tv/2configs/pulse.nix b/tv/2configs/pulse.nix index 2e679bd..ea39701 100644 --- a/tv/2configs/pulse.nix +++ b/tv/2configs/pulse.nix @@ -1,10 +1,12 @@ -{ config, lib, pkgs, pkgs_i686, ... }: +{ config, lib, pkgs, ... }:  with import <stockholm/lib>;  let    pkg = pkgs.pulseaudioLight;    runDir = "/run/pulse"; +  pkgs_i686 = pkgs.pkgsi686Linux; +    support32Bit =      pkgs.stdenv.isx86_64 &&      pkgs_i686.alsaLib != null && | 
