patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 83691faf6bcfc380c0c99e0be9303ee92eb37f56 601 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
16
17
18
19
20
 
# SPDX-FileCopyrightText: 2023 Alyssa Ross <hi@alyssa.is>
# SPDX-License-Identifier: MIT

(final: super: {
  cosmic-comp = import ./cosmic-comp { inherit final super; };

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

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

  mailutils = super.mailutils.overrideAttrs (_: (
    final.lib.optionalAttrs final.stdenv.hostPlatform.isMusl { doCheck = false; }
  ));

  skawarePackages = import ./skaware-packages { inherit final super; };
})

debug log:

solving 83691faf ...
found 83691faf in https://inbox.spectrum-os.org/spectrum-devel/20260710195907.98981-3-hi@alyssa.is/
found 62bef7d5 in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 62bef7d5db217ef82898ed60622d25a918512ec7	pkgs/overlay.nix

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20260710195907.98981-3-hi@alyssa.is/
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index 62bef7d5..83691faf 100644

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

index at:
100644 83691faf6bcfc380c0c99e0be9303ee92eb37f56	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).