We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8b314 commit 67c7d87Copy full SHA for 67c7d87
survey/default.nix
@@ -134,7 +134,7 @@ let
134
# The Stackage `build-constraints.yaml` filed as a nix value.
135
stackage-build-constraints =
136
let
137
- pythonWithYaml = pkgs.python2Packages.python.withPackages (pkgs: [pkgs.pyyaml]);
+ pythonWithYaml = pkgs.python3Packages.python.withPackages (pkgs: [pkgs.pyyaml]);
138
# We remove the "packages" key because that one has all the author names,
139
# which contain unicode escapes, which `builtins.fromJSON` cannot handle
140
# (as of nix 2.0.4).
0 commit comments