nix-bisect: refactor

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-07 09:48:55 +01:00
parent d6179efb7c
commit 007002545f
+1 -4
View File
@@ -4,12 +4,9 @@
python3,
}:
let
python3.pkgs.buildPythonApplication {
pname = "nix-bisect";
version = "0.4.1-unstable-2024-04-19";
in
python3.pkgs.buildPythonApplication {
inherit pname version;
pyproject = true;
src = fetchFromGitHub {