patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob f8948643b52abfe1983eaf9daa0818a5c8c740f2 469 bytes (raw)
name: pkgs/overlay.nix 	 # note: path name is non-authoritative(*)

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

(final: super: {
  cloud-hypervisor = import ./cloud-hypervisor { inherit final super; };

  flatpak = super.flatpak.override (
    final.lib.optionalAttrs final.stdenv.hostPlatform.isMusl {
      withMalcontent = false;
    }
  );

  skawarePackages = import ./skaware-packages { inherit final super; };
  mailutils = super.mailutils.overrideAttrs (_: { doCheck = false; });
})

debug log:

solving f894864 ...
found f894864 in https://inbox.spectrum-os.org/spectrum-devel/20251128223038.97536-6-yureka@cyberchaos.dev/
found fdddae0 in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 fdddae0121c7f802e18112f994cd6bf78a4d92df	pkgs/overlay.nix

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20251128223038.97536-6-yureka@cyberchaos.dev/
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index fdddae0..f894864 100644

Checking patch pkgs/overlay.nix...
Applied patch pkgs/overlay.nix cleanly.

index at:
100644 f8948643b52abfe1983eaf9daa0818a5c8c740f2	pkgs/overlay.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).