From a04a1b112d379b800d6f0c53f6854b9939aa2d04 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 7 Jan 2026 16:36:11 +0100 Subject: update to nixos 25.11 --- modules/matrix/pkgs/node-env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/matrix/pkgs/node-env.nix') diff --git a/modules/matrix/pkgs/node-env.nix b/modules/matrix/pkgs/node-env.nix index bc1e366..38f3e35 100644 --- a/modules/matrix/pkgs/node-env.nix +++ b/modules/matrix/pkgs/node-env.nix @@ -4,7 +4,7 @@ let # Workaround to cope with utillinux in Nixpkgs 20.09 and util-linux in Nixpkgs master - utillinux = if pkgs ? utillinux then pkgs.utillinux else pkgs.util-linux; + utillinux = pkgs.util-linux; python = if nodejs ? python then nodejs.python else python2; -- cgit v1.2.3