1warning: could not read HEAD ref from repo at '/var/lib/nixbot/worktrees/scheduled-726-update-packages-update-packages-537', using 'master'2building '/nix/store/1igb1g16x48ism8k2jancdiigi8m81sw-effect-update-packages-env.drv' on 'ssh-ng://nix@jamie'...3copying path '/nix/store/fxvyz1dx5wp87qgbd6dfkmqqb4fypm3b-gh-2.93.0' from 'https://cache.nixos.org'...4building '/nix/store/1igb1g16x48ism8k2jancdiigi8m81sw-effect-update-packages-env.drv'...5copying 1 paths...6copying path '/nix/store/38lf3v8ix9q4cy28bgdmxf391sinylan-effect-update-packages-env' from 'ssh-ng://nix@jamie'...7Cloning into 'repo'...8Submodule 'fish/autopair.fish' (https://github.com/jorgebucaran/autopair.fish) registered for path 'fish/autopair.fish'9Submodule 'fish/fish-async-prompt' (https://github.com/acomagu/fish-async-prompt) registered for path 'fish/fish-async-prompt'10Submodule 'fish/pure' (https://github.com/pure-fish/pure) registered for path 'fish/pure'11Submodule 'gdb/gef' (https://github.com/hugsy/gef) registered for path 'gdb/gef'12Submodule 'gdb/gef-extras' (https://github.com/hugsy/gef-extras) registered for path 'gdb/gef-extras'13Submodule 'home/.config/noctalia/shared-plugins' (https://github.com/Mic92/noctalia-plugins) registered for path 'home/.config/noctalia/shared-plugins'14Submodule 'pi-agent-extensions' (https://github.com/rytswd/pi-agent-extensions) registered for path 'pi-agent-extensions'15Submodule 'zsh/fast-syntax-highlighting' (https://github.com/zdharma-continuum/fast-syntax-highlighting) registered for path 'zsh/fast-syntax-highlighting'16Submodule 'zsh/fzf-tab' (https://github.com/Aloxaf/fzf-tab) registered for path 'zsh/fzf-tab'17Submodule 'zsh/pure' (https://github.com/sindresorhus/pure.git) registered for path 'zsh/pure'18Submodule 'zsh/zsh-autopair' (https://github.com/hlissner/zsh-autopair.git) registered for path 'zsh/zsh-autopair'19Submodule 'zsh/zsh-autosuggestions' (https://github.com/zsh-users/zsh-autosuggestions.git) registered for path 'zsh/zsh-autosuggestions'20Submodule 'zsh/zsh-completions' (https://github.com/zsh-users/zsh-completions.git) registered for path 'zsh/zsh-completions'21Cloning into '/build/repo/fish/autopair.fish'...22Cloning into '/build/repo/fish/fish-async-prompt'...23Cloning into '/build/repo/fish/pure'...24Cloning into '/build/repo/gdb/gef'...25Cloning into '/build/repo/gdb/gef-extras'...26Cloning into '/build/repo/home/.config/noctalia/shared-plugins'...27Cloning into '/build/repo/pi-agent-extensions'...28Cloning into '/build/repo/zsh/fast-syntax-highlighting'...29Cloning into '/build/repo/zsh/fzf-tab'...30Cloning into '/build/repo/zsh/pure'...31Cloning into '/build/repo/zsh/zsh-autopair'...32Cloning into '/build/repo/zsh/zsh-autosuggestions'...33Cloning into '/build/repo/zsh/zsh-completions'...34Submodule path 'fish/autopair.fish': checked out '4d1752ff5b39819ab58d7337c69220342e9de0e2'35Submodule path 'fish/fish-async-prompt': checked out 'b90e8a8c6d1634d8f04f1532b164b99530445159'36Submodule path 'fish/pure': checked out '1d458fa50ddbe8993376a290a5eb817cee8a31c0'37Submodule path 'gdb/gef': checked out '87f359ba272e0df87b3e48ae147a82b0e3139953'38Submodule path 'gdb/gef-extras': checked out 'a0ff76585d22756cf0fba3198f19371b4738dec4'39Submodule path 'home/.config/noctalia/shared-plugins': checked out '2833f8c094a0bb2663fb7cbace2564082d4c3812'40Submodule path 'pi-agent-extensions': checked out '8ab1546585b0ed117ec090675ed2eccdeb19cdca'41Submodule path 'zsh/fast-syntax-highlighting': checked out '3d574ccf48804b10dca52625df13da5edae7f553'42Submodule path 'zsh/fzf-tab': checked out '24105b15714bfec37989ed5c5b6e60f572253019'43Submodule path 'zsh/pure': checked out 'cc0759a0de620f191510e2e2f9748194a605b54d'44Submodule path 'zsh/zsh-autopair': checked out '449a7c3d095bc8f3d78cf37b9549f8bb4c383f3d'45Submodule path 'zsh/zsh-autosuggestions': checked out '85919cd1ffa7d2d5412f6d3fe437ebdbeeec4fc5'46Submodule path 'zsh/zsh-completions': checked out '03bae0bf3f9c4ab894f1f11a31ffe7a1e1029879'47error: experimental Nix feature 'nix-command' is disabled; add '--extra-experimental-features nix-command' to enable it48Traceback (most recent call last):49 File "/nix/store/riml3dc1v1s5vwlg5svg4nrkva7ql0vf-nixbot-effects/bin/.nixbot-effects-wrapped", line 9, in <module>50 sys.exit(main())51 ~~~~^^52 File "/nix/store/riml3dc1v1s5vwlg5svg4nrkva7ql0vf-nixbot-effects/lib/python3.13/site-packages/nixbot_effects/cli.py", line 357, in main53 args.func(args)54 ~~~~~~~~~^^^^^^55 File "/nix/store/riml3dc1v1s5vwlg5svg4nrkva7ql0vf-nixbot-effects/lib/python3.13/site-packages/nixbot_effects/cli.py", line 181, in run_scheduled_command56 _run_effect_derivation(drv_path, options)57 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^58 File "/nix/store/riml3dc1v1s5vwlg5svg4nrkva7ql0vf-nixbot-effects/lib/python3.13/site-packages/nixbot_effects/cli.py", line 106, in _run_effect_derivation59 run_effects(60 ~~~~~~~~~~~^61 drv_path,62 ^^^^^^^^^63 ...<5 lines>...64 extra_sandbox_paths=options.extra_sandbox_paths,65 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^66 )67 ^68 File "/nix/store/riml3dc1v1s5vwlg5svg4nrkva7ql0vf-nixbot-effects/lib/python3.13/site-packages/nixbot_effects/__init__.py", line 536, in run_effects69 raise NixbotEffectsError(msg)70nixbot_effects.NixbotEffectsError: command failed with exit code 1