diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-10-12T10·22+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-10-23T09·39+0000 |
commit | ea0f2d113029638781d2cb3c078295f97c32b892 (patch) | |
tree | 8db60379853951f958e893b2f3a7202d964ea9cc /users | |
parent | c9610a1b912a1f28bbe84a4e1e845801c3ba4dbf (diff) |
chore(3p/sources): bump channels & overlays (2024-10-12) r/8852
* amend keycloak configuration as per upgrade guide for their latest, most innovative breaking changes. https://www.keycloak.org/docs/latest/upgrading/index.html#deprecated-proxy-option * users/aspen: remove deprecated noXlibs option. This option has no alternative. Change-Id: I49f45e38cda6b01ddf6f014b7b1c43972b76629f Reviewed-on: https://cl.tvl.fyi/c/depot/+/12601 Tested-by: BuildkiteCI Reviewed-by: aspen <root@gws.fyi> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users')
-rw-r--r-- | users/aspen/system/system/iso.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/users/aspen/system/system/iso.nix b/users/aspen/system/system/iso.nix index ef5d3ed78bb0..9fa8e7ec7e3b 100644 --- a/users/aspen/system/system/iso.nix +++ b/users/aspen/system/system/iso.nix @@ -11,10 +11,6 @@ let networking.useDHCP = false; networking.firewall.enable = false; networking.wireless.enable = lib.mkForce false; - - # TODO(aspen): enabling this (in the minimal profile) fails the iso build, - # since gtk+3 needs to be built which fails due to cairo without xlibs - environment.noXlibs = false; }; in (depot.third_party.nixos { |