about summary refs log tree commit diff
path: root/users/grfn/system/home/modules/games.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-01-27T10·33+0100
committersterni <sternenseemann@systemli.org>2022-01-28T10·43+0000
commit6a897551ccd04099dc93c052cb91fb768bea664b (patch)
tree2a4e7d46d7481c4958eb6c266000036b444ab8cc /users/grfn/system/home/modules/games.nix
parent6908d960b24072043923adcd6ecc0aa128496187 (diff)
chore(3p): bump NixOS channels to 2022-01-27 r/3693
Use a nixos-unstable revision the channel has not yet advanced to (but
the tested jobset has succeeded already), so we'll benefit from the
polkit security update.

* //users/grfn/home/games: replace multimc with polymc.
  Seems like this is the conclusion in in the trademark saga.

* //third_party/terrform-provider-glesys: use new mkProvider interface
  See https://github.com/nixos/nixpkgs/commit/e7dbfd7ece0e

Change-Id: Ieb76a3d73c42ce1fa34050ac797fa4e3a905e8ef
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5075
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to '')
-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 da54f99e5b..26dc9d31f3 100644
--- a/users/grfn/system/home/modules/games.nix
+++ b/users/grfn/system/home/modules/games.nix
@@ -53,7 +53,7 @@ in mkMerge [
   (mkIf stdenv.isLinux {
     home.packages = [
       df
-      multimc
+      polymc
     ];
   })
 ]