bonsai: disable auto-updater
This commit is contained in:
@@ -48,9 +48,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = [ "PREFIX=$(out)" ];
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater {
|
# NOTE: bonsaid 1.0.2 requires newer hare than exists in nixpkgs as of 2023/11.
|
||||||
rev-prefix = "v";
|
# passthru.updateScript = gitUpdater {
|
||||||
};
|
# rev-prefix = "v";
|
||||||
|
# };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Bonsai is a Finite State Machine structured as a tree";
|
description = "Bonsai is a Finite State Machine structured as a tree";
|
||||||
|
Reference in New Issue
Block a user