evaluate x86_64-linux

Reproduce this run
  1. 0.90 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes flake show git+https://codeberg.org/debugloop/dotfiles?ref=main&rev=58506118c51d64fe58e658d30afc022d3aa9873a --allow-import-from-derivation --print-build-logs --json --system x86_64-linux --log-format internal-json
  2. 9.09 s danieln profile: `programs.ssh.matchBlocks` defined in `/nix/store/vg034v4zbf32k2n7hbrx4prblvf313fr-source/modules/universal/ssh.nix, via option flake.modules.homeManager.ssh' and `/nix/store/vg034v4zbf32k2n7hbrx4prblvf313fr-source/modules/universal/ssh.nix, via option flake.modules.homeManager.ssh' is deprecated. Use `programs.ssh.settings`.
  3. 9.09 s
  4. 20.02 s danieln profile: `programs.ssh.matchBlocks` defined in `/nix/store/vg034v4zbf32k2n7hbrx4prblvf313fr-source/modules/universal/ssh.nix, via option flake.modules.homeManager.ssh' is deprecated. Use `programs.ssh.settings`.
  5. 20.02 s
  6. 21.57 s danieln profile: Relying on `home.pointerCursor` to enable cursor config generation is deprecated.
  7. 21.57 s Please update your configuration to explicitly set:
  8. 21.57 s
  9. 21.57 s home.pointerCursor.enable = true;
  10. 21.57 s
  11. 21.57 s {"checks":{"x86_64-linux":{"pre-commit":{"description":"","name":"pre-commit-run","type":"derivation"},"roshar":{"description":"","name":"nixos-system-roshar-26.11.20260718.61b7c44","type":"derivation"},"simmons":{"description":"","name":"nixos-system-simmons-26.11.20260718.61b7c44","type":"derivation"},"treefmt":{"description":"Check that the project tree is formatted","name":"treefmt-check","type":"derivation"}}},"devShells":{"x86_64-linux":{"default":{"description":"","name":"nix-shell","type":"derivation"},"infra":{"description":"","name":"nix-shell","type":"derivation"}}},"diskoConfigurations":{"type":"unknown"},"formatter":{"x86_64-linux":{"description":"One CLI to format the code tree","name":"treefmt","type":"derivation"}},"homeConfigurations":{"type":"unknown"},"homeModules":{"type":"unknown"},"modules":{"type":"unknown"},"nixosConfigurations":{"lusus":{"type":"nixos-configuration"},"roshar":{"type":"nixos-configuration"},"simmons":{"type":"nixos-configuration"}},"packages":{"x86_64-linux":{"host-keygen":{"description":"","name":"host-keygen","type":"derivation"},"infra":{"description":"","name":"infra","type":"derivation"},"install":{"description":"","name":"install","type":"derivation"},"nvim":{"description":"","name":"nvim","type":"derivation"},"storagebox-keygen":{"description":"","name":"storagebox-keygen","type":"derivation"}}},"sshForwardAgentHosts":{"type":"unknown"}}
  12. 21.57 s Discovered the following buildables:
  13. 21.57 s {
  14. 21.57 s "checks": {
  15. 21.57 s "x86_64-linux": {
  16. 21.57 s "pre-commit": {
  17. 21.57 s "type": "derivation"
  18. 21.57 s },
  19. 21.57 s "roshar": {
  20. 21.57 s "type": "derivation"
  21. 21.57 s },
  22. 21.57 s "simmons": {
  23. 21.57 s "type": "derivation"
  24. 21.57 s },
  25. 21.57 s "treefmt": {
  26. 21.57 s "type": "derivation"
  27. 21.57 s }
  28. 21.57 s }
  29. 21.57 s },
  30. 21.57 s "devShells": {
  31. 21.57 s "x86_64-linux": {
  32. 21.57 s "default": {
  33. 21.57 s "type": "derivation"
  34. 21.57 s },
  35. 21.57 s "infra": {
  36. 21.57 s "type": "derivation"
  37. 21.57 s }
  38. 21.57 s }
  39. 21.57 s },
  40. 21.57 s "packages": {
  41. 21.57 s "x86_64-linux": {
  42. 21.57 s "host-keygen": {
  43. 21.57 s "type": "derivation"
  44. 21.57 s },
  45. 21.57 s "infra": {
  46. 21.57 s "type": "derivation"
  47. 21.57 s },
  48. 21.57 s "install": {
  49. 21.57 s "type": "derivation"
  50. 21.57 s },
  51. 21.57 s "nvim": {
  52. 21.57 s "type": "derivation"
  53. 21.57 s },
  54. 21.57 s "storagebox-keygen": {
  55. 21.57 s "type": "derivation"
  56. 21.57 s }
  57. 21.57 s }
  58. 21.57 s }
  59. 21.57 s }
  60. 30.60 s
  61. 30.60 s Computing build dependencies...
  62. 33.43 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval --json --system x86_64-linux --expr let flake = builtins.getFlake "git+https://codeberg.org/debugloop/dotfiles?ref=main&rev=58506118c51d64fe58e658d30afc022d3aa9873a"; drvPathOf = path: let attempt = builtins.tryEval (builtins.foldl' (value: piece: value.${piece}) flake path).drvPath; in if attempt.success then attempt.value else null; in map drvPathOf [ [ "devShells" "x86_64-linux" "default" ] [ "devShells" "x86_64-linux" "infra" ] [ "packages" "x86_64-linux" "host-keygen" ] [ "packages" "x86_64-linux" "infra" ] [ "packages" "x86_64-linux" "install" ] [ "packages" "x86_64-linux" "nvim" ] [ "packages" "x86_64-linux" "storagebox-keygen" ] [ "checks" "x86_64-linux" "pre-commit" ] [ "checks" "x86_64-linux" "roshar" ] [ "checks" "x86_64-linux" "simmons" ] [ "checks" "x86_64-linux" "treefmt" ] ]
  63. 33.43 s evaluation warning: danieln profile: `programs.ssh.matchBlocks` defined in `/nix/store/vg034v4zbf32k2n7hbrx4prblvf313fr-source/modules/universal/ssh.nix, via option flake.modules.homeManager.ssh' and `/nix/store/vg034v4zbf32k2n7hbrx4prblvf313fr-source/modules/universal/ssh.nix, via option flake.modules.homeManager.ssh' is deprecated. Use `programs.ssh.settings`.
  64. 43.57 s evaluation warning: danieln profile: `programs.ssh.matchBlocks` defined in `/nix/store/vg034v4zbf32k2n7hbrx4prblvf313fr-source/modules/universal/ssh.nix, via option flake.modules.homeManager.ssh' is deprecated. Use `programs.ssh.settings`.
  65. 43.71 s evaluation warning: danieln profile: Relying on `home.pointerCursor` to enable cursor config generation is deprecated.
  66. 43.71 s Please update your configuration to explicitly set:
  67. 43.71 s
  68. 43.71 s home.pointerCursor.enable = true;
  69. 43.71 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/n1jw46qhh1fp8ijvl3f1d5lsgbnz4kh6-pre-commit-run.drv
  70. 43.71 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/81krlvcgrswb4lfn9h1vm2fa9v686wnw-nixos-system-roshar-26.11.20260718.61b7c44.drv
  71. 43.82 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/v3sd395mpdqnhjhsfzw8a1x2dy0dx94s-nixos-system-simmons-26.11.20260718.61b7c44.drv
  72. 45.81 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/alzw52dkaxalzf4kmjs5rn18mp2sihzl-treefmt-check.drv
  73. 46.09 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/b461zzq1f88cn7vni3v55fyj94b29sjf-nix-shell.drv
  74. 46.49 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/1b0vk75v4xjb68ivsn5n6dsy5jpwzz1j-nix-shell.drv
  75. 46.72 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/a8bsvapsvyh2rzqfdy1h8dy0kd4pmggq-host-keygen.drv
  76. 46.93 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/m707dy55ysh86dimcwv0bv0485i4j3qy-infra.drv
  77. 47.16 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/y14wqzx7x345jznik6vyc5wl0dwbhmjl-install.drv
  78. 48.58 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/6dl0rwc0k3p8ymvsd0cjm4k5hka6wkrr-nvim.drv
  79. 49.25 s $ /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11/bin/timeout --kill-after=15s 7200s /nix/store/23zk8sgzamrbmj1fday15szf7f2279s8-nix-2.34.7/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes path-info --json --json-format 2 --recursive /nix/store/5yv2cgjlnjgvvqjv657bnvf24fjhf44s-storagebox-keygen.drv
  80. 49.25 s Build dependencies found.
  81. 49.25 s Flake show completed.