nix-bisect: refactor
this shouldn't create any rebuilds
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user