Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flake.lock #973

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Update flake.lock #973

merged 2 commits into from
Oct 7, 2024

Conversation

onekey-sec-bot
Copy link

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b5b2fecd0cadd82ef107c9583018f381ae70f222?narHash=sha256-k6YxGj08voz9NvuKExojiGXAVd69M8COtqWSKr6sQS4%3D' (2024-09-28)
  → 'github:NixOS/nixpkgs/e2f08f4d8b3ecb5cf5c9fd9cb2d53bb3c71807da?narHash=sha256-CAZF2NRuHmqTtRTNAruWpHA43Gg2UvuCNEIzabP0l6M%3D' (2024-10-05)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b5b2fecd0cadd82ef107c9583018f381ae70f222?narHash=sha256-k6YxGj08voz9NvuKExojiGXAVd69M8COtqWSKr6sQS4%3D' (2024-09-28)
  → 'github:NixOS/nixpkgs/e2f08f4d8b3ecb5cf5c9fd9cb2d53bb3c71807da?narHash=sha256-CAZF2NRuHmqTtRTNAruWpHA43Gg2UvuCNEIzabP0l6M%3D' (2024-10-05)
@onekey-sec-bot onekey-sec-bot added automated dependencies Pull requests that update a dependency file labels Oct 6, 2024
The failing test:

    ```
    ---- test::test_nonexistent_script stdout ----
    thread 'test::test_nonexistent_script' panicked at devenv-tasks/src/lib.rs:1106:9:
    assertion failed: `(left matches right)`

    Diff < left / right > :
    <[
    <    (
    <        "myapp:task_1",
    <        Completed(
    <            Failed(
    <                46.911286ms,
    <                TaskFailure {
    <                    stdout: [],
    <                    stderr: [],
    <                    error: "Task exited with status: exit status: 127",
    <                },
    <            ),
    <        ),
    <    ),
    <]
    >[(task_1,
    >TaskStatus::Completed(TaskCompleted::Failed(_, TaskFailure {
    >stdout: _, stderr: _, error })))]
    >if
    >error == "No such file or directory (os error 2)" && task_1 == "myapp:task_1"
    ```
@vlaci
Copy link
Contributor

vlaci commented Oct 7, 2024

Fixes #977

@vlaci vlaci merged commit c2a144c into main Oct 7, 2024
14 checks passed
@vlaci vlaci deleted the update_flake_lock_action branch October 7, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants