Skip to content

Commit

Permalink
explicitly define python version 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
muhchaudhary committed Dec 6, 2024
1 parent 04380b7 commit 0f803f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
lib,
python3Packages,
python312Packages,
gtk3,
gtk-layer-shell,
cairo,
Expand All @@ -10,7 +10,7 @@
cinnamon-desktop,
gnome-bluetooth,
}:
python3Packages.buildPythonPackage {
python312Packages.buildPythonPackage {
pname = "python-fabric";
version = "0.0.1";
pyproject = true;
Expand All @@ -28,7 +28,7 @@ python3Packages.buildPythonPackage {
gnome-bluetooth
];

dependencies = with python3Packages; [
dependencies = with python312Packages; [
setuptools
click
pycairo
Expand Down

0 comments on commit 0f803f3

Please sign in to comment.