tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wasabibackend: correct meta.sourceProvenance
gepbird.tngl.sh
5 months ago
ea36b472
216707af
verified
This commit was signed with the committer's
known signature
.
gepbird.tngl.sh
SSH Key Fingerprint:
SHA256:MP2UpIRtJpbFFqyucP431H/FPCfn58UhEUTro4lXtRs=
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wa
wasabibackend
package.nix
+4
-1
pkgs/by-name/wa/wasabibackend/package.nix
···
59
59
mmahut
60
60
];
61
61
platforms = [ "x86_64-linux" ];
62
62
-
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
62
62
+
sourceProvenance = with lib.sourceTypes; [
63
63
+
binaryNativeCode # contains binaries in WalletWasabi/Microservices/Binaries
64
64
+
fromSource
65
65
+
];
63
66
};
64
67
}