aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-06-25 21:46:26 -0700
committerJade Lovelace <lix@jade.fyi>2024-06-25 21:46:26 -0700
commit85c12412012957a3a209f8b8579d490134c4ec28 (patch)
treec2159cefd93711155a2a7b7cbbba0e2b31fd7031 /flake.nix
parent33d53c49832ba27f7a29a553287b552599653268 (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.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d18646415..a2a980a66 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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"