| commit | 778649edf3e2083b35300238635d315100e5f1b8 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Wed Jul 23 03:50:27 2025 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Fri Aug 01 00:54:56 2025 +0000 |
| tree | dfda447e1dc6670e62e878d1d8716d983fba797c | |
| parent | 01491a7c7ae539a90756fa3a210cf08cbe450856 [diff] |
third_party/nix: move overrides to toolchain-bundle derivation We have multiple consumers of nixpkgs. The nix-shell for development and our toolchain-bundle. To reduce the amount of applied overlays in normal evaluation, we move all overrides/patches that are only required for the toolchain bundle to its definition. Additionally all small overrides get inlined as its actually more easy to read. I also refactored the way the toolchain-bundle is constructed to make it easier to extend. Change-Id: If7daafb6de43d26a0b95d0248cfb8c573cc5bbbe Reviewed-on: https://review.monogon.dev/c/monogon/+/4457 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
git to check out modules.python3 to generate the workspace status to stamp./dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.