summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-06-26 09:00:43 +0200
committerGitHub <noreply@github.com>2024-06-26 09:00:43 +0200
commit7dc9a7b9107b2607e9870d7fc92fb2d40505f7ef (patch)
tree3b1bfe9958b324b5bd0768b48bfa76aaaa3eecc7 /README.md
parentafcdb1184799526f20954e475af990254d772cd4 (diff)
parente65cf1d265210738a9b3c0b811fbfeffa0741c39 (diff)
downloadhello-nix-7dc9a7b9107b2607e9870d7fc92fb2d40505f7ef.tar.gz
Merge pull request #2 from aehlig/import-rules
Import rust rules and add a minimal example
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