patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob b0bf957c085d1581a24d8916925611da0a60ec8b 569 bytes (raw)
name: release/live/shell.nix 	 # note: path name is non-authoritative(*)

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

import ../../lib/call-package.nix (
{ callSpectrumPackage, stdenv, qemu_kvm }:

let
  efi = callSpectrumPackage ../../host/efi.nix {};
in

(callSpectrumPackage ./. {}).overrideAttrs (
  { nativeBuildInputs ? [], env ? {}, ... }:
  {
    nativeBuildInputs = nativeBuildInputs ++ [ qemu_kvm ];

    env = env // {
      OVMF_CODE = "${qemu_kvm}/share/qemu/edk2-${stdenv.hostPlatform.qemuArch}-code.fd";
      ROOT_FS = efi.rootfs;
      EFI_IMAGE = efi;
    };
  }
)) (_: {})

debug log:

solving b0bf957c085d1581a24d8916925611da0a60ec8b ...
found b0bf957c085d1581a24d8916925611da0a60ec8b in https://inbox.spectrum-os.org/spectrum-devel/20251126-refactor-verity-v5-2-0aa3d8bd180d@gmail.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20251126-refactor-verity-v6-2-f09555546a85@gmail.com/
found 799d575b4f6e6f3dad8ac1a0a8bc2e3fc46aab44 in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 799d575b4f6e6f3dad8ac1a0a8bc2e3fc46aab44	release/live/shell.nix

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20251126-refactor-verity-v5-2-0aa3d8bd180d@gmail.com/
diff --git a/release/live/shell.nix b/release/live/shell.nix
index 799d575b4f6e6f3dad8ac1a0a8bc2e3fc46aab44..b0bf957c085d1581a24d8916925611da0a60ec8b 100644

Checking patch release/live/shell.nix...
Applied patch release/live/shell.nix cleanly.

skipping https://inbox.spectrum-os.org/spectrum-devel/20251126-refactor-verity-v6-2-f09555546a85@gmail.com/ for b0bf957c085d1581a24d8916925611da0a60ec8b
index at:
100644 b0bf957c085d1581a24d8916925611da0a60ec8b	release/live/shell.nix

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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

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

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