patches and low-level development discussion
 help / color / mirror / code / Atom feed
8c30f68b00d9701caa929c2fea386b14c6149799 blob 508 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: 2021 Alyssa Ross <hi@alyssa.is>

{ config ? import ../../nix/eval-config.nix {} }:

with config.pkgs;

(import ./. { inherit config; }).overrideAttrs (
{ passthru ? {}, nativeBuildInputs ? [], ... }:

{
  nativeBuildInputs = nativeBuildInputs ++ [
    jq netcat qemu_kvm reuse util-linux
  ];

  EXT_FS = pkgsStatic.callPackage ../initramfs/extfs.nix { inherit config; };
  KERNEL = "${passthru.kernel}/${stdenv.hostPlatform.linux-kernel.target}";
})
debug log:

solving 8c30f68 ...
found 8c30f68 in https://spectrum-os.org/lists/archives/spectrum-devel/20220831093727.282797-1-hi@alyssa.is/
found 3b2310f in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 3b2310f4aa15a2580f728b178a75f87c0e2f1afe	host/rootfs/shell.nix

applying [1/1] https://spectrum-os.org/lists/archives/spectrum-devel/20220831093727.282797-1-hi@alyssa.is/
diff --git a/host/rootfs/shell.nix b/host/rootfs/shell.nix
index 3b2310f..8c30f68 100644

Checking patch host/rootfs/shell.nix...
Applied patch host/rootfs/shell.nix cleanly.

index at:
100644 8c30f68b00d9701caa929c2fea386b14c6149799	host/rootfs/shell.nix

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).