Skip to content

Commit

Permalink
fix: Remove fixed Python version
Browse files Browse the repository at this point in the history
If not specifically needed, the default should be good enough
  • Loading branch information
alecandido committed Apr 16, 2024
1 parent 6867b40 commit 07c94f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 88 deletions.
87 changes: 1 addition & 86 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
systems.url = "github:nix-systems/default";
devenv.url = "github:cachix/devenv";
nixpkgs-python.url = "github:cachix/nixpkgs-python";
fenix.url = "github:nix-community/fenix";
fenix.inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down Expand Up @@ -51,7 +50,6 @@
languages.python = {
enable = true;
venv.enable = true;
version = "3.11";
};
languages.rust = {
enable = true;
Expand Down

0 comments on commit 07c94f1

Please sign in to comment.