diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-06-25 21:46:26 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-06-25 21:46:26 -0700 |
commit | 85c12412012957a3a209f8b8579d490134c4ec28 (patch) | |
tree | c2159cefd93711155a2a7b7cbbba0e2b31fd7031 /flake.nix | |
parent | 33d53c49832ba27f7a29a553287b552599653268 (diff) |
doc/hacking: fix up some outdated info about cross, hydra links
We would like to build these with Hydra but we do not currently have a
Hydra to build them with conveniently.
Change-Id: I0832a33881138dd1caab3805df7ad097db347e62
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -84,6 +84,8 @@ ]; systems = linuxSystems ++ darwinSystems; + # If you add something here, please update the list in doc/manual/src/contributing/hacking.md. + # Thanks~ crossSystems = [ "armv6l-linux" "armv7l-linux" |