patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob f224a592cf8ac694deb7142383c0510bb1fe2a23 505 bytes (raw)
name: pkgs/cloud-hypervisor/default.nix 	 # note: path name is non-authoritative(*)

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

import ../../lib/overlay-package.nix [ "cloud-hypervisor" ] ({ final, super }:

super.cloud-hypervisor.overrideAttrs (oldAttrs: rec {
  cargoDeps = final.rustPlatform.fetchCargoVendor {
    inherit patches;
    inherit (oldAttrs) src;
    hash = "sha256-ZNj1H3Iq+IUSe0McHJjrwPOoR+YRB+rsSmZHMhXsHy0=";
  };

  patches = oldAttrs.patches or [] ++ [
    ./gpu.patch
  ];
}))

debug log:

solving f224a59 ...
found f224a59 in https://inbox.spectrum-os.org/spectrum-devel/20260708154315.678807-2-hi@alyssa.is/
found ee5a7ea in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 ee5a7ea8c8ab5ca9a43fe739583e7efef7e906dd	pkgs/cloud-hypervisor/default.nix

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20260708154315.678807-2-hi@alyssa.is/
diff --git a/pkgs/cloud-hypervisor/default.nix b/pkgs/cloud-hypervisor/default.nix
index ee5a7ea..f224a59 100644

Checking patch pkgs/cloud-hypervisor/default.nix...
Applied patch pkgs/cloud-hypervisor/default.nix cleanly.

index at:
100644 f224a592cf8ac694deb7142383c0510bb1fe2a23	pkgs/cloud-hypervisor/default.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).