diff options
| author | Max Audron <audron@cocaine.farm> | 2026-01-07 16:36:11 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2026-01-07 16:36:11 +0100 |
| commit | a04a1b112d379b800d6f0c53f6854b9939aa2d04 (patch) | |
| tree | fe8b98c7756bb064602b29267e17aea22f8710c0 /modules/matrix/pkgs/node-env.nix | |
| parent | setup backups for mail (diff) | |
update to nixos 25.11
Diffstat (limited to 'modules/matrix/pkgs/node-env.nix')
| -rw-r--r-- | modules/matrix/pkgs/node-env.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
