"topographic" -> "topological" in latest tidepool commit (#6)

Reviewed-on: #6
Co-authored-by: Steve Dodd <steved424@gmail.com>
Co-committed-by: Steve Dodd <steved424@gmail.com>
This commit is contained in:
Steve D 2024-07-08 19:19:49 +00:00 committed by Jake Hamilton
parent 0ad14e8795
commit 42e69f7d43

View file

@ -25,7 +25,7 @@ in
install = lib.dag.entry.after [ "build" ] ""; install = lib.dag.entry.after [ "build" ] "";
}; };
sorted = lib.dag.sort.topographic phases; sorted = lib.dag.sort.topological phases;
script = lib.strings.concatMapSep "\n" ( script = lib.strings.concatMapSep "\n" (
entry: if builtins.isFunction entry.value then entry.value package else entry.value entry: if builtins.isFunction entry.value then entry.value package else entry.value