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

Merged
jakehamilton merged 1 commit from srd424/tidepool-topo-fix into main 2024-07-08 19:19:50 +00:00
Showing only changes of commit dac1121b51 - Show all commits

View file

@ -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