The world's most clever kitty cat
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Downgrade to 3.13

Ben C ea58b20f cee73760

+1 -1
+1 -1
nix/lib.nix
··· 7 7 overlay = workspace.mkPyprojectOverlay { 8 8 sourcePreference = "wheel"; 9 9 }; 10 - selectPy = pkgs: pkgs.python314; 10 + selectPy = pkgs: pkgs.python313; 11 11 12 12 # hammerOverride = pkgs: pkgs.lib.composeExtensions (inputs.uv2nix_hammer_overrides.overrides pkgs) overlay; 13 13