patches and low-level development discussion
 help / color / mirror / code / Atom feed
3ecf8a70e520bd545bce9d1d95d25d9ed323bc40 blob 614 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>

# This file is built to populate the binary cache.

# Set config = {} to disable implicitly reading config.nix, since
# we'll want the result to be the same as on the binary cache.  If it
# turns out there is a compelling reason to read the default config
# here, we can reconsider this.
{ config ? import nix/eval-config.nix { config = {}; } }:

{
  doc = import ./Documentation { inherit config; };

  checks = import nix/checks.nix { inherit config; };

  combined = import img/combined/run-vm.nix { inherit config; };
}
debug log:

solving 3ecf8a7 ...
found 3ecf8a7 in https://spectrum-os.org/git/spectrum

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).