Unverified Commit cd7460c6 authored by Naïm Camille Favier's avatar Naïm Camille Favier
Browse files

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
parent f4e64555
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"