use correct name for topological sort (#5)

I am 0.8 sure this is a typo, I've never seen this being referred to as topographic sorting!

Reviewed-on: #5
Reviewed-by: Jake Hamilton <jake.hamilton@hey.com>
Co-authored-by: Alex Kladov <aleksey.kladov@gmail.com>
Co-committed-by: Alex Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
Alex Kladov 2024-06-23 18:39:30 +00:00 committed by Jake Hamilton
parent a2f0a06426
commit 8233d4aedf
4 changed files with 9 additions and 9 deletions

View file

@ -15,7 +15,7 @@ in
package:
let
phases = package.phases;
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