about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-10-23T00·32+0200
committerclbot <clbot@tvl.fyi>2022-10-27T12·05+0000
commit4d5fdb781d9893e3dcd5ea030ad24e3fd52b06e7 (patch)
treefd0304983cec4e46ba4031311621620aa539b110 /users/grfn
parentb2de59e47c5fa0bf83aedc2125ec18d43c8d4b0f (diff)
chore(3p/sources): Bump channels & overlays r/5211
* //users/grfn/system/home/modules:

  The MultiMC saga continues with:

  > PolyMC has been removed from nixpkgs due to a hostile takeover
  > by a rogue maintainer. The rest of the maintainers have made a
  > fork which is packaged as 'prismlauncher'.

* //third_party/overlays:

  Override tdlib to 1.8.7 while waiting for nixpkgs to catch up.

* //users/tazjin/finito:

  Disable on CI temporarily as it has been broken by some change
  in nixpkgs, now failing to compile a dependency.

Change-Id: Ide038a8d466bfdc19dc9016beb03ae4817939a2b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7066
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/system/home/modules/games.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/home/modules/games.nix b/users/grfn/system/home/modules/games.nix
index 5272ac9330..8731826630 100644
--- a/users/grfn/system/home/modules/games.nix
+++ b/users/grfn/system/home/modules/games.nix
@@ -55,7 +55,7 @@ mkMerge [
   (mkIf stdenv.isLinux {
     home.packages = [
       df
-      polymc
+      prismlauncher
     ];
   })
 ]