Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nix/node-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = if pkgs ? util-linux then pkgs.util-linux else pkgs.utillinux;

python = if nodejs ? python then nodejs.python else python2;

Expand Down