diff options
author | sterni <sternenseemann@systemli.org> | 2023-03-24T13·33+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-03-27T14·32+0000 |
commit | deccd8d39e9ef2c19b90e25469588adad7f8de17 (patch) | |
tree | 1214ac68ed385d097fae874cef8b2612fd6ad2c0 /third_party/josh/default.nix | |
parent | 5553a175e68d57e5a547ab82b9173e15ce09241a (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/default.nix')
-rw-r--r-- | third_party/josh/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/josh/default.nix b/third_party/josh/default.nix index bc8640a19bfd..45c8420e96e7 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"; |