From a774f1a4279f95c7a2dd803c1fc0a0d165b32a20 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 17 Jan 2023 10:20:54 -0600 Subject: [PATCH] a possible fix to building the app with nix build until I figure out how to use rust in the appropriate places --- default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nix b/default.nix index 53e5735..5553a57 100644 --- a/default.nix +++ b/default.nix @@ -44,6 +44,8 @@ stdenv.mkDerivation rec { pname = "libre-presenter"; version = "0.0.1"; + __noChroot = true; + src = ./.; nativeBuildInputs = [