Skip to content

Commit 67c7d87

Browse files
committed
Don't use python2
1 parent dd8b314 commit 67c7d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

survey/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ let
134134
# The Stackage `build-constraints.yaml` filed as a nix value.
135135
stackage-build-constraints =
136136
let
137-
pythonWithYaml = pkgs.python2Packages.python.withPackages (pkgs: [pkgs.pyyaml]);
137+
pythonWithYaml = pkgs.python3Packages.python.withPackages (pkgs: [pkgs.pyyaml]);
138138
# We remove the "packages" key because that one has all the author names,
139139
# which contain unicode escapes, which `builtins.fromJSON` cannot handle
140140
# (as of nix 2.0.4).

0 commit comments

Comments
 (0)