patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob b263eacc4d0324191e3c7737dd90d304e477e79b 613 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
23
 
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2021-2024 Alyssa Ross <hi@alyssa.is>

import ../../lib/call-package.nix (
{ callSpectrumPackage, config, 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_DIR = efi.rootfs;
      EFI_IMAGE = efi;
      VERSION = config.version;
    };
  }
)) (_: {})

debug log:

solving b263eacc4d0324191e3c7737dd90d304e477e79b ...
found b263eacc4d0324191e3c7737dd90d304e477e79b in https://inbox.spectrum-os.org/spectrum-devel/20251121-updates-v4-12-d4561c42776e@gmail.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20251119-updates-v3-12-b88a99915509@gmail.com/
found ffaa9a571c662810348822a5952d479d251a25e5 in https://inbox.spectrum-os.org/spectrum-devel/20251121-refactor-verity-v5-2-938fc95f9752@gmail.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20251119-refactor-verity-v4-2-9bc56d5216c0@gmail.com/
found c5db7b732ef048b4c0cb87a4c5ea614e993db516 in https://inbox.spectrum-os.org/spectrum-devel/20251121-refactor-verity-v5-1-938fc95f9752@gmail.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20251119-refactor-verity-v4-1-9bc56d5216c0@gmail.com/
found 5acaa8c5b113fd2789aaea9268487b193bab37af in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 5acaa8c5b113fd2789aaea9268487b193bab37af	release/live/shell.nix

applying [1/3] https://inbox.spectrum-os.org/spectrum-devel/20251121-refactor-verity-v5-1-938fc95f9752@gmail.com/
diff --git a/release/live/shell.nix b/release/live/shell.nix
index 5acaa8c5b113fd2789aaea9268487b193bab37af..c5db7b732ef048b4c0cb87a4c5ea614e993db516 100644

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

skipping https://inbox.spectrum-os.org/spectrum-devel/20251119-refactor-verity-v4-1-9bc56d5216c0@gmail.com/ for c5db7b732ef048b4c0cb87a4c5ea614e993db516
index at:
100644 c5db7b732ef048b4c0cb87a4c5ea614e993db516	release/live/shell.nix

applying [2/3] https://inbox.spectrum-os.org/spectrum-devel/20251121-refactor-verity-v5-2-938fc95f9752@gmail.com/
diff --git a/release/live/shell.nix b/release/live/shell.nix
index c5db7b732ef048b4c0cb87a4c5ea614e993db516..ffaa9a571c662810348822a5952d479d251a25e5 100644

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

skipping https://inbox.spectrum-os.org/spectrum-devel/20251119-refactor-verity-v4-2-9bc56d5216c0@gmail.com/ for ffaa9a571c662810348822a5952d479d251a25e5
index at:
100644 ffaa9a571c662810348822a5952d479d251a25e5	release/live/shell.nix

applying [3/3] https://inbox.spectrum-os.org/spectrum-devel/20251121-updates-v4-12-d4561c42776e@gmail.com/
diff --git a/release/live/shell.nix b/release/live/shell.nix
index ffaa9a571c662810348822a5952d479d251a25e5..b263eacc4d0324191e3c7737dd90d304e477e79b 100644

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

skipping https://inbox.spectrum-os.org/spectrum-devel/20251119-updates-v3-12-b88a99915509@gmail.com/ for b263eacc4d0324191e3c7737dd90d304e477e79b
index at:
100644 b263eacc4d0324191e3c7737dd90d304e477e79b	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).