From cd7460c66836deb1f344c877e6aff41fee286048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Camille=20Favier?= Date: Tue, 6 Jan 2026 03:43:22 +0100 Subject: [PATCH] mistral-vibe: nuke store reference in comment This caused fetchFromGitHub to fail when fetching nixpkgs with the error: error: the fixed-output derivation '/nix/store/k9blc69hymk2mhl0fyhbhr8rgv4rcn84-source.drv' must not reference store paths but 1 such references were found: /nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3 --- pkgs/by-name/mi/mistral-vibe/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/mi/mistral-vibe/package.nix b/pkgs/by-name/mi/mistral-vibe/package.nix index 43b518af068a..c989ef78e11a 100644 --- a/pkgs/by-name/mi/mistral-vibe/package.nix +++ b/pkgs/by-name/mi/mistral-vibe/package.nix @@ -72,7 +72,7 @@ python3Packages.buildPythonApplication rec { pytestFlags = [ "tests/cli/test_clipboard.py" ]; disabledTests = [ - # AssertionError: assert '/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/sh: + # AssertionError: assert '/nix/store/00000000000000000000000000000000-bash-5.3p3/bin/sh: # warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory\n' == '' "test_decodes_non_utf8_bytes" "test_runs_echo_successfully"