about summary refs log tree commit diff
path: root/third_party/josh
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2023-03-24T13·33+0100
committerclbot <clbot@tvl.fyi>2023-03-27T14·32+0000
commitdeccd8d39e9ef2c19b90e25469588adad7f8de17 (patch)
tree1214ac68ed385d097fae874cef8b2612fd6ad2c0 /third_party/josh
parent5553a175e68d57e5a547ab82b9173e15ce09241a (diff)
chore(3p/sources): Bump channels & overlays r/6048
* //users/wpcarro/avaSystem: disable hidpi

  Recent changes have made nixpkgs adopt the position that hidpi
  optimization can't be done generically and at the very least needs to
  know a specific DPI number to optimize for. In addition to knowledge
  of the display(s) in question (i.e. wpcarro needs to do this) the
  issue <https://github.com/NixOS/nixpkgs/issues/222805> can give
  guidance as to how to restore the desired hidpi look and feel.

Change-Id: Ia4b079a06dcb710050619f350cd0655216b4a42f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8345
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: wpcarro <wpcarro@gmail.com>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/josh')
-rw-r--r--third_party/josh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/josh/default.nix b/third_party/josh/default.nix
index bc8640a19b..45c8420e96 100644
--- a/third_party/josh/default.nix
+++ b/third_party/josh/default.nix
@@ -2,6 +2,7 @@
 { depot, pkgs, ... }:
 
 let
+  # TODO(sterni): switch to pkgs.josh as soon as that commit is released
   rev = "fc857afda2c1536234e3bb1983c518a1abf63d25";
   src = pkgs.fetchFromGitHub {
     owner = "josh-project";