Skip to content

Commit

Permalink
hotfix(cutter): downgrade python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan committed Nov 9, 2023
1 parent c235621 commit 9583861
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nix/overlays/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

final: prev:

{ }
{
# TODO: remove
# https://github.com/NixOS/nixpkgs/pull/263951
cutter = prev.cutter.override { python3 = prev.python310; };

}

0 comments on commit 9583861

Please sign in to comment.