nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ethercalc: remove reference to python2

pkgs.nodejs_20 uses python3, which means pkgs.python2 will never be used

-1
-1
pkgs/servers/web-apps/ethercalc/node-packages.nix
··· 13 13 inherit (pkgs) 14 14 stdenv 15 15 lib 16 - python2 17 16 runCommand 18 17 writeTextFile 19 18 writeShellScript