Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
flake: Set `RUST_BACKTRACE` in development shell
✗ CI failure Lorenz Leutgeb committed 22 days ago
commit 6e4d8f08e7fce8b8bda935f4fd9f45abd8188d91
parent ac3eba09a111c09c3a6e4ce106520a3aaa1808b2
1 failed (1 total) View logs
1 file changed +4 -1
modified flake.nix
@@ -366,7 +366,10 @@
          sqlite
        ];

-
        env.RUST_SRC_PATH = "${rustupDevShell.toolchain}/lib/rustlib/src/rust/library";
+
        env = {
+
          RUST_BACKTRACE = "full";
+
          RUST_SRC_PATH = "${rustupDevShell.toolchain}/lib/rustlib/src/rust/library";
+
        };
      };
    });
}