Skip to content

Commit a28f421

Browse files
committed
no longer depend on old python version
1 parent 5ede8a8 commit a28f421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let
2121
pkgs.stdenv.mkDerivation {
2222
name = "nix-dev";
2323
src = ./.;
24-
nativeBuildInputs = with pkgs.python310.pkgs; [
24+
nativeBuildInputs = with pkgs.python3.pkgs; [
2525
linkify-it-py
2626
myst-parser
2727
sphinx
@@ -92,7 +92,7 @@ in
9292
update-nix-releases
9393
update-nixpkgs-releases
9494
pkgs.npins
95-
pkgs.python310.pkgs.black
95+
pkgs.python3.pkgs.black
9696
pkgs.vale
9797
pkgs.netlify-cli
9898
];

0 commit comments

Comments
 (0)