blob 243face98ba8c95e3c7b0f51d670a985f9b3c40e 450 bytes (raw)
name: pkgs/cosmic-comp/default.nix # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| | # SPDX-FileCopyrightText: 2026 Alyssa Ross <hi@alyssa.is>
# SPDX-License-Identifier: MIT
import ../../lib/overlay-package.nix [ "cosmic-comp" ] ({ final, super }:
super.cosmic-comp.overrideAttrs ({ patches ? [], ... }: {
patches = patches ++ [
./socket-path.patch
];
cargoDeps = final.rustPlatform.fetchCargoVendor {
inherit (final.cosmic-comp) src patches;
hash = "sha256-LQ6T0uJpRc3f5iMukut3f8GsMLt5Sd57ILY8+5b4Jdo=";
};
}))
|
debug log:
solving 243face9 ...
found 243face9 in https://inbox.spectrum-os.org/spectrum-devel/20260710195907.98981-3-hi@alyssa.is/
applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20260710195907.98981-3-hi@alyssa.is/
diff --git a/pkgs/cosmic-comp/default.nix b/pkgs/cosmic-comp/default.nix
new file mode 100644
index 00000000..243face9
Checking patch pkgs/cosmic-comp/default.nix...
Applied patch pkgs/cosmic-comp/default.nix cleanly.
index at:
100644 243face98ba8c95e3c7b0f51d670a985f9b3c40e pkgs/cosmic-comp/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).