configure

Reproduce this run
  1. 0.10 s $ /nix/store/vzx1mi9c0xfadmsm9dhd83d005cb1qs9-coreutils-9.8/bin/timeout --kill-after=15s 7200s /nix/store/86n4l5yri6hys3zk2mwy2azcv9prqb8j-nix-2.31.4/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes flake clone git+https://github.com/NorfairKing/pure-impure-nix --dest /tmp/nix-ci-worker/stable-pwd/repo/
  2. 0.11 s Cloning into '/tmp/nix-ci-worker/stable-pwd/repo'...
  3. 0.55 s remote: Enumerating objects: 18, done.
  4. 0.55 s remote: Counting objects: 5% (1/18) remote: Counting objects: 11% (2/18) remote: Counting objects: 16% (3/18) remote: Counting objects: 22% (4/18) remote: Counting objects: 27% (5/18) remote: Counting objects: 33% (6/18) remote: Counting objects: 38% (7/18) remote: Counting objects: 44% (8/18) remote: Counting objects: 50% (9/18) remote: Counting objects: 55% (10/18) remote: Counting objects: 61% (11/18) remote: Counting objects: 66% (12/18) remote: Counting objects: 72% (13/18) remote: Counting objects: 77% (14/18) remote: Counting objects: 83% (15/18) remote: Counting objects: 88% (16/18) remote: Counting objects: 94% (17/18) remote: Counting objects: 100% (18/18) remote: Counting objects: 100% (18/18), done.
  5. 0.55 s remote: Compressing objects: 9% (1/11) remote: Compressing objects: 18% (2/11) remote: Compressing objects: 27% (3/11) remote: Compressing objects: 36% (4/11) remote: Compressing objects: 45% (5/11) remote: Compressing objects: 54% (6/11) remote: Compressing objects: 63% (7/11) remote: Compressing objects: 72% (8/11) remote: Compressing objects: 81% (9/11) remote: Compressing objects: 90% (10/11) remote: Compressing objects: 100% (11/11) remote: Compressing objects: 100% (11/11), done.
  6. 0.55 s remote: Total 18 (delta 8), reused 16 (delta 6), pack-reused 0 (from 0)
  7. 0.56 s Receiving objects: 5% (1/18) Receiving objects: 11% (2/18) Receiving objects: 16% (3/18) Receiving objects: 22% (4/18) Receiving objects: 27% (5/18) Receiving objects: 33% (6/18) Receiving objects: 38% (7/18) Receiving objects: 44% (8/18) Receiving objects: 50% (9/18) Receiving objects: 55% (10/18) Receiving objects: 61% (11/18) Receiving objects: 66% (12/18) Receiving objects: 72% (13/18) Receiving objects: 77% (14/18) Receiving objects: 83% (15/18) Receiving objects: 88% (16/18) Receiving objects: 94% (17/18) Receiving objects: 100% (18/18) Receiving objects: 100% (18/18), 4.13 KiB | 4.13 MiB/s, done.
  8. 0.56 s Resolving deltas: 0% (0/8) Resolving deltas: 12% (1/8) Resolving deltas: 25% (2/8) Resolving deltas: 37% (3/8) Resolving deltas: 50% (4/8) Resolving deltas: 62% (5/8) Resolving deltas: 75% (6/8) Resolving deltas: 87% (7/8) Resolving deltas: 100% (8/8) Resolving deltas: 100% (8/8), done.
  9. 0.62 s Fetching commit 66ddb55f0e6ffd6c22506b4e8f8611edfcbdcfc2 for master ...
  10. 0.62 s $ /nix/store/fcv2w5c8mi2q8v12in0ryj6am06ql73c-git-2.51.2/bin/git fetch origin 66ddb55f0e6ffd6c22506b4e8f8611edfcbdcfc2
  11. 0.94 s From https://github.com/NorfairKing/pure-impure-nix
  12. 0.94 s * branch 66ddb55f0e6ffd6c22506b4e8f8611edfcbdcfc2 -> FETCH_HEAD
  13. 0.95 s $ /nix/store/vzx1mi9c0xfadmsm9dhd83d005cb1qs9-coreutils-9.8/bin/timeout --kill-after=15s 7200s /nix/store/fcv2w5c8mi2q8v12in0ryj6am06ql73c-git-2.51.2/bin/git -c advice.detachedHead=false checkout 66ddb55f0e6ffd6c22506b4e8f8611edfcbdcfc2
  14. 0.97 s HEAD is now at 66ddb55 Add NixCI badge
  15. 0.98 s No nix-ci.nix found, trying to find a 'nix-ci' output in the flake.nix instead.
  16. 0.98 s $ /nix/store/vzx1mi9c0xfadmsm9dhd83d005cb1qs9-coreutils-9.8/bin/timeout --kill-after=15s 7200s /nix/store/86n4l5yri6hys3zk2mwy2azcv9prqb8j-nix-2.31.4/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval --json .#nix-ci
  17. 1.06 s error: flake 'git+file:///tmp/nix-ci-worker/stable-pwd/repo' does not provide attribute 'packages.x86_64-linux.nix-ci', 'legacyPackages.x86_64-linux.nix-ci' or 'nix-ci'
  18. 1.07 s No nix-ci configuration found, continuing with default configuration.
  19. 1.07 s
  20. 1.07 s WARNING: If you are seeing a 'Cannot find Git revision' failure in a show job, be sure to configure git-ssh-key in your nix-ci configuration file.