blob fdddae0121c7f802e18112f994cd6bf78a4d92df 398 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
| | # 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; };
})
|
debug log:
solving fdddae0 ...
found fdddae0 in https://spectrum-os.org/git/spectrum
(*) 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).