mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-08-07 07:53:12 +00:00
nix: use system nim
Signed-off-by: markoburcul <marko@status.im>
This commit is contained in:
parent
72dc2ed969
commit
7e48260778
@ -49,6 +49,7 @@ in stdenv.mkDerivation rec {
|
||||
which
|
||||
lsb-release
|
||||
zerokitPkg
|
||||
nim-unwrapped-2_0
|
||||
fakeGit
|
||||
fakeCargo
|
||||
fakeRustup
|
||||
@ -60,6 +61,7 @@ in stdenv.mkDerivation rec {
|
||||
ANDROID_NDK_HOME="${pkgs.androidPkgs.ndk}";
|
||||
NIMFLAGS = "-d:disableMarchNative -d:git_revision_override=${revision}";
|
||||
XDG_CACHE_HOME = "/tmp";
|
||||
USE_SYSTEM_NIM = "1";
|
||||
|
||||
makeFlags = targets ++ [
|
||||
"V=${toString verbosity}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user