mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
55e4114fb3
Was trying out the recommended example for `writePython3Bin` and it failed with: ``` Traceback (most recent call last): File "/nix/store/gcmhfm7mslpndjasfhvs66f1ca24vxim-test_py3/bin/test_py3", line 4, in <module> y = yaml.load(""" TypeError: load() missing 1 required positional argument: 'Loader' ``` Looks like `yaml.load(input)` was deprecated in 5.1: https://msg.pyyaml.org/load `nixos-24.05` uses `6.0.1` so we're in the clear. |
||
---|---|---|
.. | ||
aliases.nix | ||
data.nix | ||
default.nix | ||
scripts.nix | ||
test.nix |