nixos-config/pkgs
Simon Bruder 18652c7580
bwrap-helper: Always bind /etc/ssl/certs
The bwrap fhs userenv uses readlink -f to resolve symlinks. It is called
in the argument list of bwrap like this:

  --ro-bind-try $(readlink -f /etc/ssl/certs) /etc/ssl/certs

Normally, readlink -f returns the passed path if there is no file at the
path. However, this only works, if the parent directory of the file
exists. Thus if /etc/ssl does not exist, readlink -f /etc/ssl/certs will
return nothing. This causes the argument list of bwrap to be wrong (it
has only one argument to --ro-bind-try when it expected two), which
causes it to fail with hard to track down errors.
2022-03-12 16:42:06 +01:00
..
bwrap-helper bwrap-helper: Always bind /etc/ssl/certs 2022-03-12 16:42:06 +01:00
contact-page Add contact page 2021-06-02 13:24:36 +02:00
imprint pkgs: Add imprint 2021-02-14 19:48:50 +01:00
osu-lazer osu-lazer: Rebase patches 2021-08-07 13:22:16 +02:00
osu-lazer-sandbox osu-lazer-container: Rename to osu-lazer-sandbox 2021-02-28 13:28:13 +01:00
prometheus-fritzbox-exporter prometheus-fritzbox-exporter: stdenv.lib -> lib 2021-05-28 14:05:14 +02:00
wordclock-dimmer wordclock-dimmer: Reconnect before setting color 2021-03-09 08:41:52 +01:00
default.nix Remove packages overrides that are obsolete with 21.11 2021-12-01 18:32:51 +01:00
modules.nix pkgs/modules: Remove stray import 2021-05-03 10:17:00 +02:00
overlays.nix Convert to flake 2021-05-01 17:36:58 +02:00