From 42e69f7d43c0fb108ac70fde118c4a8ff6a777b0 Mon Sep 17 00:00:00 2001 From: Steve Dodd Date: Mon, 8 Jul 2024 19:19:49 +0000 Subject: [PATCH] "topographic" -> "topological" in latest tidepool commit (#6) Reviewed-on: https://git.auxolotl.org/auxolotl/labs/pulls/6 Co-authored-by: Steve Dodd Co-committed-by: Steve Dodd --- 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