We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a514e81 commit 0a3bb95Copy full SHA for 0a3bb95
default.nix
@@ -79,6 +79,12 @@ in pkgs.python3Packages.buildPythonPackage rec {
79
in elemAt (match pattern (readFile ./tockloader/_version.py)) 0;
80
name = "${pname}-${version}";
81
82
+ pyproject = true;
83
+
84
+ nativeBuildInputs = with python3Packages; [
85
+ flit
86
+ ];
87
88
propagatedBuildInputs = with python3Packages; [
89
argcomplete
90
colorama
0 commit comments