summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKlaus T. Aehlig <aehlig@linta.de>2024-06-25 17:35:19 +0200
committerKlaus T. Aehlig <aehlig@linta.de>2024-06-25 17:52:47 +0200
commit628cb0ab06332086a7ea022bcebfb69d95c38068 (patch)
tree41a06a68e7a1e89f084e899e0a01b7d846958c7f /README.md
parentafcdb1184799526f20954e475af990254d772cd4 (diff)
downloadhello-nix-628cb0ab06332086a7ea022bcebfb69d95c38068.tar.gz
Import rules instead of hard-coding
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index cfb1773..0e6d1f9 100644
--- a/README.md
+++ b/README.md
@@ -112,13 +112,10 @@ There are two files pinning dependencies
be updated using [update-nix-dependencies.sh](./update-nix-dependencies.sh)
which simply calls `niv update` in our `nix-shell`.
- The dependencies on other other justbuild projects are
- pinned in [etc/repos.json](etc/repos.json). As, at the
- moment, there is only one external justbuild dependency,
- the [rules-cc](https://github.com/just-buildsystem/rules-cc),
- this is updated by hand. For larger
- projects [just-import-git](https://github.com/just-buildsystem/justbuild/blob/master/share/man/just-import-git.1.md)
- would be used to generate this file out of a description of the
- local repositories and the dependencies to import.
+ pinned in [etc/repos.json](etc/repos.json). They can be updated using
+ [update-just-dependencies.sh](./update-just-dependencies.sh) which
+ calls [etc/generate-repos.sh](./etc/generate-repos.sh) in our `nix-shell`,
+ which also brings in tools required for this step.
### Logical repositories