GNU-ES / GNU-Nix-ES

1 stars 0 forks source link

A man nix-shell example broken #2

Open PedroRegisPOAR opened 4 years ago

PedroRegisPOAR commented 4 years ago

This documentation example is broken:

nix-shell -p pan -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/8a3eea054838b55aca962c3fbde9c83c102b8bf2.tar.gz

To find this in the man nix-shell:

man nix-shell | grep --context=5 8a3eea054838b55aca962c3fbde9c83c102b8bf2

The error:

nix-shell -p pan -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/8a3eea054838b55aca962c3fbde9c83c102b8bf2.tar.gz
bash: loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
[1]    17067 abort (core dumped)  nix-shell -p pan -I 

Extra infos:

nix --version
nix (Nix) 2.3.6
nixos-version  
20.03.2459.c9d124e39db (Markhor)