)]}'
{"snix/eval/src/lib.rs":[{"author":{"_account_id":1000004,"name":"Florian Klink","email":"flokli@flokli.de","username":"flokli"},"change_message_id":"e66ab44c977e8fc60e28d1779c69220620c249df","unresolved":true,"context_lines":[{"line_number":323,"context_line":"        // Make `NIX_PATH` resolutions work by default, unless the"},{"line_number":324,"context_line":"        // user already overrode this with something else."},{"line_number":325,"context_line":"        if self.nix_path.is_none() {"},{"line_number":326,"context_line":"            self.nix_path \u003d self"},{"line_number":327,"context_line":"                .io_handle"},{"line_number":328,"context_line":"                .get_env(OsStr::new(\"NIX_PATH\"))"},{"line_number":329,"context_line":"                .and_then(|path| path.into_string().ok());"}],"source_content_type":"text/x-rustsrc","patch_set":3,"id":"1cc3b2b4_40dde703","line":326,"updated":"2025-08-02 21:46:13.000000000","message":"I\u0027d keep this as-is, and not go through the IO handle.\n\nThe IO handle controls behaviour inside the evaluator, but this is a helper function used to (mostly) set up the CLI itself.\n\nI feel like this should be moved elsewhere in the long-term, but that\u0027s out of scope for this CL.","commit_id":"5ec1a6714122efcc19f8d266d4d78f6cb27f16d8"},{"author":{"_account_id":1000035,"name":"Bence Nemes","email":"nemes.bence1@gmail.com","username":"starnick4444"},"change_message_id":"2fda8f35019413c31f7b0af3c6b6fceef569fe92","unresolved":false,"context_lines":[{"line_number":323,"context_line":"        // Make `NIX_PATH` resolutions work by default, unless the"},{"line_number":324,"context_line":"        // user already overrode this with something else."},{"line_number":325,"context_line":"        if self.nix_path.is_none() {"},{"line_number":326,"context_line":"            self.nix_path \u003d self"},{"line_number":327,"context_line":"                .io_handle"},{"line_number":328,"context_line":"                .get_env(OsStr::new(\"NIX_PATH\"))"},{"line_number":329,"context_line":"                .and_then(|path| path.into_string().ok());"}],"source_content_type":"text/x-rustsrc","patch_set":3,"id":"126405f7_1eb9261b","line":326,"in_reply_to":"1cc3b2b4_40dde703","updated":"2025-08-03 09:14:36.000000000","message":"Done","commit_id":"5ec1a6714122efcc19f8d266d4d78f6cb27f16d8"}]}
