blob 62929ad2f7b453c885cd7bb9e684594a04ed9d24 464 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
| | # 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;
}
);
mailutils = super.mailutils.overrideAttrs (_: (
final.lib.optionalAttrs final.stdenv.hostPlatform.isMusl { doCheck = false; }
));
})
|
debug log:
solving 62929ad ...
found 62929ad in https://inbox.spectrum-os.org/spectrum-devel/20260708154315.678807-2-hi@alyssa.is/
found 3e3336e in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 3e3336ecd4ea3a7ada8f45b83461f1e65989d493 pkgs/overlay.nix
applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20260708154315.678807-2-hi@alyssa.is/
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index 3e3336e..62929ad 100644
Checking patch pkgs/overlay.nix...
Applied patch pkgs/overlay.nix cleanly.
index at:
100644 62929ad2f7b453c885cd7bb9e684594a04ed9d24 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).