From 6a897551ccd04099dc93c052cb91fb768bea664b Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 27 Jan 2022 11:33:52 +0100 Subject: chore(3p): bump NixOS channels to 2022-01-27 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 Reviewed-by: grfn --- users/grfn/system/home/modules/games.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/grfn') 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 ]; }) ] -- cgit 1.4.1