Commit graph

3 commits

Author SHA1 Message Date
0959de9f48 add format.sh from labs, reformat tree (#18)
Co-authored-by: Jake Hamilton <jake.hamilton@hey.com>
Reviewed-on: #18
Co-authored-by: 5225225 <5225225@mailbox.org>
Co-committed-by: 5225225 <5225225@mailbox.org>
2025-10-18 15:40:01 +00:00
7505679c24 Allow overriding configuration from outside (#14)
Use case: downstream users may want to override the GNU mirror URL,
as the main ftp.gnu.org repository has caused slow downloads. Now it is possible to
perform e.g.
```nix
((import ./default.nix).extend {
  modules = [{ config.aux.mirrors.gnu = "https://www.nic.funet.fi/pub/gnu/ftp.gnu.org/pub/gnu/"; }];
}).config.exports.resolved.packages
```

Reviewed-on: #14
Reviewed-by: Jake Hamilton <jake.hamilton@hey.com>
Co-authored-by: Aleksi Hannula <ahannula4+auxolotl@gmail.com>
Co-committed-by: Aleksi Hannula <ahannula4+auxolotl@gmail.com>
2025-10-18 15:35:16 +00:00
47707c015d
chore: extract from labs 2025-03-30 06:50:39 -07:00