aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorjade <lix@jade.fyi>2024-06-26 22:11:36 +0000
committerGerrit Code Review <gerrit@localhost>2024-06-26 22:11:36 +0000
commit77c53645965ff733763073a81997371b4ec5d666 (patch)
tree0772d4892002fe9cb4a504b2071312f734c9752d /flake.nix
parent3dd7d023f496d97bc9cb1a5fcf889acccfd4a711 (diff)
parent85c12412012957a3a209f8b8579d490134c4ec28 (diff)
Merge "doc/hacking: fix up some outdated info about cross, hydra links" into main
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 c3707c919..076d7e6f5 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"