Skip to content

Commit 94bf89a

Browse files
committed
fix: Remove fixed Python version
If not specifically needed, the default should be good enough
1 parent 81d22cf commit 94bf89a

File tree

2 files changed

+1
-88
lines changed

2 files changed

+1
-88
lines changed

flake.lock

+1-86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
44
systems.url = "github:nix-systems/default";
55
devenv.url = "github:cachix/devenv";
6-
nixpkgs-python.url = "github:cachix/nixpkgs-python";
76
fenix.url = "github:nix-community/fenix";
87
fenix.inputs.nixpkgs.follows = "nixpkgs";
98
};
@@ -51,7 +50,6 @@
5150
languages.python = {
5251
enable = true;
5352
venv.enable = true;
54-
version = "3.11";
5553
};
5654
languages.rust = {
5755
enable = true;

0 commit comments

Comments
 (0)