From dac1121b515753f278e3a1c64e2b25246f628f03 Mon Sep 17 00:00:00 2001 From: Steve Dodd Date: Mon, 8 Jul 2024 18:33:10 +0100 Subject: [PATCH] "topographic" -> "topological" in latest tidepool commit --- tidepool/src/builders/basic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidepool/src/builders/basic.nix b/tidepool/src/builders/basic.nix index ed76bda..b109ecc 100644 --- a/tidepool/src/builders/basic.nix +++ b/tidepool/src/builders/basic.nix @@ -25,7 +25,7 @@ in install = lib.dag.entry.after [ "build" ] ""; }; - sorted = lib.dag.sort.topographic phases; + sorted = lib.dag.sort.topological phases; script = lib.strings.concatMapSep "\n" ( entry: if builtins.isFunction entry.value then entry.value package else entry.value