-
1077.06 s
project-manager-files> Skipping '.github/renovate.json' as it is identical to '/nix/store/3q4xmdnall76jh2f6a0n7w1sqw8dyfsl-project-manager-files-for-bash-strict-mode/.github/renovate.json'
-
1077.06 s
project-manager-files> Skipping '.vale.ini' as it is identical to '/nix/store/3q4xmdnall76jh2f6a0n7w1sqw8dyfsl-project-manager-files-for-bash-strict-mode/.vale.ini'
-
1077.06 s
project-manager-files> Skipping '.envrc' as it is identical to '/nix/store/3q4xmdnall76jh2f6a0n7w1sqw8dyfsl-project-manager-files-for-bash-strict-mode/.envrc'
-
1077.06 s
project-manager-files> Skipping 'garnix.yaml' as it is identical to '/nix/store/3q4xmdnall76jh2f6a0n7w1sqw8dyfsl-project-manager-files-for-bash-strict-mode/garnix.yaml'
-
1077.07 s
project-manager-files> Skipping '.dir-locals.el' as it is identical to '/nix/store/3q4xmdnall76jh2f6a0n7w1sqw8dyfsl-project-manager-files-for-bash-strict-mode/.dir-locals.el'
-
1077.07 s
project-manager-files> Activating automaticallyExpireGenerations
-
1077.07 s
project-manager-files> (BThis is a live run
-
1077.07 s
project-manager-files> PROJECT_ROOT=/build/project.kkjiQ8
-
1077.07 s
project-manager-files> This is a live run
-
1077.07 s
project-manager-files> Cannot remove the current generation 1
-
1077.08 s
project-manager-files> Activating onFilesChange
-
1077.08 s
project-manager-files> (BActivating direnv
-
1077.08 s
project-manager-files> (BActivating installPackages
-
1077.08 s
project-manager-files> Activating updateGitStatus
-
1077.14 s
project-manager-files> (BReinitialized existing Git repository in /build/project.kkjiQ8/.git/
-
1077.14 s
project-manager-files> diff --git a/.cache/vale/Vocab/bash-strict-mode/accept.txt b/.cache/vale/Vocab/bash-strict-mode/accept.txt
-
1077.18 s
project-manager-files> index af70db0..30190d5 100644
-
1077.18 s
project-manager-files> --- a/.cache/vale/Vocab/bash-strict-mode/accept.txt
-
1077.18 s
project-manager-files> +++ b/.cache/vale/Vocab/bash-strict-mode/accept.txt
-
1077.18 s
project-manager-files> @@ -1,3 +1,4 @@
-
1077.18 s
project-manager-files> +Hacktoberfest
-
1077.18 s
project-manager-files> direnv
-
1077.18 s
project-manager-files> formatter
-
1077.18 s
project-manager-files> garnix
-
1077.18 s
project-manager-files> diff --git a/.cache/vale/config/vocabularies/bash-strict-mode/accept.txt b/.cache/vale/config/vocabularies/bash-strict-mode/accept.txt
-
1077.18 s
project-manager-files> index af70db0..30190d5 100644
-
1077.18 s
project-manager-files> --- a/.cache/vale/config/vocabularies/bash-strict-mode/accept.txt
-
1077.18 s
project-manager-files> +++ b/.cache/vale/config/vocabularies/bash-strict-mode/accept.txt
-
1077.18 s
project-manager-files> @@ -1,3 +1,4 @@
-
1077.18 s
project-manager-files> +Hacktoberfest
-
1077.18 s
project-manager-files> direnv
-
1077.18 s
project-manager-files> formatter
-
1077.18 s
project-manager-files> garnix
-
1077.18 s
project-manager-files> diff --git a/.gitattributes b/.gitattributes
-
1077.18 s
project-manager-files> index 5e64657..654c53c 100644
-
1077.18 s
project-manager-files> --- a/.gitattributes
-
1077.18 s
project-manager-files> +++ b/.gitattributes
-
1077.18 s
project-manager-files> @@ -8,9 +8,9 @@
-
1077.18 s
project-manager-files> /.gitattributes linguist-generated
-
1077.18 s
project-manager-files> /.github/renovate.json linguist-generated
-
1077.18 s
project-manager-files> /.github/settings.yml linguist-generated
-
1077.18 s
project-manager-files> +/.github/workflows/flakehub-publish.yml linguist-generated
-
1077.18 s
project-manager-files> +/.github/workflows/switch-pm-generation.yml linguist-generated
-
1077.18 s
project-manager-files> /.gitignore linguist-generated
-
1077.18 s
project-manager-files> /.vale.ini linguist-generated
-
1077.18 s
project-manager-files> -/.github/workflows/flakehub-publish.yml linguist-generated
-
1077.18 s
project-manager-files> /garnix.yaml linguist-generated
-
1077.18 s
project-manager-files> /nix-ci.nix linguist-generated
-
1077.18 s
project-manager-files> -/.github/workflows/switch-pm-generation.yml linguist-generated
-
1077.18 s
project-manager-files> diff --git a/.github/workflows/flakehub-publish.yml b/.github/workflows/flakehub-publish.yml
-
1077.18 s
project-manager-files> index 99613e0..8d80ce0 100644
-
1077.18 s
project-manager-files> --- a/.github/workflows/flakehub-publish.yml
-
1077.18 s
project-manager-files> +++ b/.github/workflows/flakehub-publish.yml
-
1077.18 s
project-manager-files> @@ -16,7 +16,7 @@ jobs:
-
1077.18 s
project-manager-files> id-token: "write"
-
1077.18 s
project-manager-files> contents: "read"
-
1077.18 s
project-manager-files> steps:
-
1077.18 s
project-manager-files> - - uses: "actions/checkout@v5"
-
1077.18 s
project-manager-files> + - uses: "actions/checkout@v6"
-
1077.18 s
project-manager-files> with:
-
1077.18 s
project-manager-files> ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
-
1077.18 s
project-manager-files> - uses: "DeterminateSystems/nix-installer-action@main"
-
1077.18 s
project-manager-files> diff --git a/.github/workflows/switch-pm-generation.yml b/.github/workflows/switch-pm-generation.yml
-
1077.18 s
project-manager-files> index 23722a4..281a39f 100644
-
1077.18 s
project-manager-files> --- a/.github/workflows/switch-pm-generation.yml
-
1077.18 s
project-manager-files> +++ b/.github/workflows/switch-pm-generation.yml
-
1077.18 s
project-manager-files> @@ -1,2 +1,2 @@
-
1077.18 s
project-manager-files> # This file was generated by Project Manager.
-
1077.18 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"]}}}
-
1077.18 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 --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"}}]}},"name":"Project Manager","on":{"pull_request":{}}}
-
1077.18 s
error: Cannot build '/nix/store/7lk5gl79676xlmb8pwkxyad6lq2qc484-project-manager-files.drv'.
-
1081.02 s
Reason: builder failed with exit code 1.
-
1081.02 s
Output paths:
-
1081.02 s
/nix/store/cdy7k6pi83gq00jp8hlpdv25a9f0rrkr-project-manager-files
-
1081.02 s
error: Cannot build '/nix/store/qcn7wlf234v81r6vn8zskkd0dn2b3yd0-nix-shell.drv'.
-
1081.02 s
Reason: 1 dependency failed.
-
1081.02 s
Output paths:
-
1081.02 s
/nix/store/sz00fs21xf827si61c9fbazai4107d5k-nix-shell
-
1081.02 s