-
27.83 s
project-manager-files> Skipping '.vale.ini' as it is identical to '/nix/store/y711mcfqrmcpcdn7090j47bwid03x4pq-project-manager-files-for-flaky-haskell/.vale.ini'
-
27.83 s
project-manager-files> Skipping 'nix-ci.nix' as it is identical to '/nix/store/y711mcfqrmcpcdn7090j47bwid03x4pq-project-manager-files-for-flaky-haskell/nix-ci.nix'
-
27.83 s
project-manager-files> Skipping '.github/settings.yml' as it is identical to '/nix/store/y711mcfqrmcpcdn7090j47bwid03x4pq-project-manager-files-for-flaky-haskell/.github/settings.yml'
-
27.83 s
project-manager-files> Skipping '.github/renovate.json' as it is identical to '/nix/store/y711mcfqrmcpcdn7090j47bwid03x4pq-project-manager-files-for-flaky-haskell/.github/renovate.json'
-
27.85 s
project-manager-files> Skipping 'garnix.yaml' as it is identical to '/nix/store/y711mcfqrmcpcdn7090j47bwid03x4pq-project-manager-files-for-flaky-haskell/garnix.yaml'
-
27.85 s
project-manager-files> Activating automaticallyExpireGenerations
-
27.86 s
project-manager-files> (BThis is a live run
-
27.86 s
project-manager-files> PROJECT_ROOT=/build/project.og0GJC
-
27.86 s
project-manager-files> This is a live run
-
27.86 s
project-manager-files> Cannot remove the current generation 1
-
27.87 s
project-manager-files> Activating onFilesChange
-
27.87 s
project-manager-files> (BRunning onChange hook for .cache/git/config
-
27.87 s
project-manager-files> Activating direnv
-
27.87 s
project-manager-files> (BActivating installPackages
-
27.87 s
project-manager-files> Activating updateGitStatus
-
27.93 s
project-manager-files> (BReinitialized existing Git repository in /build/project.og0GJC/.git/
-
27.93 s
project-manager-files> diff --git a/.cache/vale/Vocab/flaky-haskell/accept.txt b/.cache/vale/Vocab/flaky-haskell/accept.txt
-
27.97 s
project-manager-files> index e42222e..208589d 100644
-
27.97 s
project-manager-files> --- a/.cache/vale/Vocab/flaky-haskell/accept.txt
-
27.97 s
project-manager-files> +++ b/.cache/vale/Vocab/flaky-haskell/accept.txt
-
27.97 s
project-manager-files> @@ -1,3 +1,4 @@
-
27.97 s
project-manager-files> +Hacktoberfest
-
27.97 s
project-manager-files> direnv
-
27.97 s
project-manager-files> formatter
-
27.97 s
project-manager-files> garnix
-
27.97 s
project-manager-files> diff --git a/.cache/vale/config/vocabularies/flaky-haskell/accept.txt b/.cache/vale/config/vocabularies/flaky-haskell/accept.txt
-
27.97 s
project-manager-files> index e42222e..208589d 100644
-
27.97 s
project-manager-files> --- a/.cache/vale/config/vocabularies/flaky-haskell/accept.txt
-
27.97 s
project-manager-files> +++ b/.cache/vale/config/vocabularies/flaky-haskell/accept.txt
-
27.97 s
project-manager-files> @@ -1,3 +1,4 @@
-
27.97 s
project-manager-files> +Hacktoberfest
-
27.97 s
project-manager-files> direnv
-
27.97 s
project-manager-files> formatter
-
27.97 s
project-manager-files> garnix
-
27.97 s
project-manager-files> diff --git a/.gitattributes b/.gitattributes
-
27.97 s
project-manager-files> index ee68ee5..e66d9d1 100644
-
27.97 s
project-manager-files> --- a/.gitattributes
-
27.97 s
project-manager-files> +++ b/.gitattributes
-
27.97 s
project-manager-files> @@ -4,8 +4,8 @@
-
27.97 s
project-manager-files> /.gitattributes linguist-generated
-
27.97 s
project-manager-files> /.github/renovate.json linguist-generated
-
27.97 s
project-manager-files> /.github/settings.yml linguist-generated
-
27.97 s
project-manager-files> -/.vale.ini linguist-generated
-
27.97 s
project-manager-files> /.github/workflows/flakehub-publish.yml linguist-generated
-
27.97 s
project-manager-files> +/.github/workflows/switch-pm-generation.yml linguist-generated
-
27.97 s
project-manager-files> +/.vale.ini linguist-generated
-
27.97 s
project-manager-files> /garnix.yaml linguist-generated
-
27.97 s
project-manager-files> /nix-ci.nix linguist-generated
-
27.97 s
project-manager-files> -/.github/workflows/switch-pm-generation.yml linguist-generated
-
27.97 s
project-manager-files> diff --git a/.github/workflows/flakehub-publish.yml b/.github/workflows/flakehub-publish.yml
-
27.97 s
project-manager-files> index 0f84b4a..5b23588 100644
-
27.97 s
project-manager-files> --- a/.github/workflows/flakehub-publish.yml
-
27.97 s
project-manager-files> +++ b/.github/workflows/flakehub-publish.yml
-
27.97 s
project-manager-files> @@ -16,7 +16,7 @@ jobs:
-
27.97 s
project-manager-files> id-token: "write"
-
27.97 s
project-manager-files> contents: "read"
-
27.97 s
project-manager-files> steps:
-
27.97 s
project-manager-files> - - uses: "actions/checkout@v5"
-
27.97 s
project-manager-files> + - uses: "actions/checkout@v6"
-
27.97 s
project-manager-files> with:
-
27.97 s
project-manager-files> ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
-
27.97 s
project-manager-files> - uses: "DeterminateSystems/nix-installer-action@main"
-
27.97 s
project-manager-files> diff --git a/.github/workflows/switch-pm-generation.yml b/.github/workflows/switch-pm-generation.yml
-
27.97 s
project-manager-files> index 23722a4..e77bf7e 100644
-
27.97 s
project-manager-files> --- a/.github/workflows/switch-pm-generation.yml
-
27.97 s
project-manager-files> +++ b/.github/workflows/switch-pm-generation.yml
-
27.97 s
project-manager-files> @@ -1,2 +1,2 @@
-
27.97 s
project-manager-files> # This file was generated by Project Manager.
-
27.97 s
project-manager-files> -{"jobs":{"switch":{"runs-on":"ubuntu-24.04","steps":[{"uses":"actions/checkout@v5"},{"run":"project-manager switch"},{"name":"commit changes","uses":"EndBug/add-and-commit@v9","with":{"add":"--all","default_author":"github_actions","message":"Switch Project Manager generation"}}]}},"name":"Project Manager","on":{"pull_request":{"branches":["renovate/lock-file-maintenance"],"types":["opened"]}}}
-
27.97 s
project-manager-files> +{"jobs":{"switch":{"if":"github.head_ref == 'renovate/lock-file-maintenance'","runs-on":"ubuntu-24.04","steps":[{"uses":"actions/checkout@v6","with":{"ref":"${{ github.event.pull_request.head.ref }}","repository":"${{ github.event.pull_request.head.repo.full_name }}","token":"${{ secrets.PROJECT_MANAGER_TOKEN }}"}},{"uses":"cachix/install-nix-action@v31"},{"run":"nix develop .#project-manager --accept-flake-config --command project-manager kitchen-sink"},{"name":"commit changes","uses":"EndBug/add-and-commit@v9","with":{"add":"--all","default_author":"github_actions","message":"Switch Project Manager generation","push":"origin --no-verify --set-upstream"}}]}},"name":"Project Manager","on":{"pull_request":{}}}
-
27.97 s
error: Cannot build '/nix/store/xijixvb8wm7ffqk8liw5l0yhnvvwsr89-project-manager-files.drv'.
-
30.42 s
Reason: builder failed with exit code 1.
-
30.42 s
Output paths:
-
30.42 s
/nix/store/whnj7fgj2kljvv8dw44rrwm2v4rdm46x-project-manager-files
-
30.42 s