fix: update examples

This commit is contained in:
Ryan Yin 2024-02-25 15:44:34 +08:00
parent dff1bb3b1c
commit 796fe918fe
2 changed files with 2 additions and 6 deletions

View file

@ -200,11 +200,9 @@ To examine the source code of `lib.mkBefore`, you can run `nix repl -f '<nixpkgs
};
mkBefore = mkOrder 500;
defaultOrderPriority = 1000;
mkAfter = mkOrder 1500;
# The default priority for things that don't have a priority specified.
defaultPriority = 1000;
# ......
```

View file

@ -179,11 +179,9 @@ Nix Flakes 对目录结构没有任何要求,你可以参考上面的例子,
};
mkBefore = mkOrder 500;
defaultOrderPriority = 1000;
mkAfter = mkOrder 1500;
# The default priority for things that don't have a priority specified.
defaultPriority = 1000;
# ......
```