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

Commits on Oct 6, 2024

  1. flake.lock: Update

    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)
    github-actions[bot] committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    de73a88 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. devenv: work-around failing test on aarch64 using latest nixpkgs

    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"
        ```
    László Vaskó committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cb09f38 View commit details
    Browse the repository at this point in the history