You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to enable nix-ld dev to allow some VSCode extensions to run their internal executable files. However, I encountered a build error on my first attempt.
> sudo nixos-rebuild switch
building Nix...
building the system configuration...
trace: warning: The option `services.xserver.xkbVariant' defined in `/etc/nixos/configuration.nix' has been renamed to `services.xserver.xkb.variant'.trace: warning: The option `services.xserver.layout' defined in`/etc/nixos/configuration.nix' has been renamed to `services.xserver.xkb.layout'.these 7 derivations will be built: /nix/store/zvv1n9d92ik9fnjd2jzn56cajczy8rw4-nix-ld.drv /nix/store/wbkfrbikzip86rfa4n8l4jg2v9j4bhzy-tmpfiles.d.drv /nix/store/rhdmi2cpb8cyv540pai5jg1s29lf248z-X-Restart-Triggers-systemd-tmpfiles-resetup.drv /nix/store/is6dsbiwvr0pvabvkqcfmvl85cym6bsi-unit-systemd-tmpfiles-resetup.service.drv /nix/store/5ddszwvaj9gvsqmgq04l5fv3a2awx1x4-system-units.drv /nix/store/i8mjzxhx6k6igrlyhwa0binrlvhklpy6-etc.drv /nix/store/j51rkvg087h2mhrkrvzd4m4hrm1hgfvd-nixos-system-ac-24.05.3346.8c5066250910.drvbuilding '/nix/store/zvv1n9d92ik9fnjd2jzn56cajczy8rw4-nix-ld.drv'...Running phase: unpackPhaseunpacking source archive /nix/store/iivbw44wxv3022yn8ia8sdfkrd8ipprq-nix-lddo not know how to unpack source archive /nix/store/iivbw44wxv3022yn8ia8sdfkrd8ipprq-nix-lderror: builder for'/nix/store/zvv1n9d92ik9fnjd2jzn56cajczy8rw4-nix-ld.drv' failed with exit code 1error: 1 dependencies of derivation '/nix/store/wbkfrbikzip86rfa4n8l4jg2v9j4bhzy-tmpfiles.d.drv' failed to builderror: 1 dependencies of derivation '/nix/store/i8mjzxhx6k6igrlyhwa0binrlvhklpy6-etc.drv' failed to builderror: 1 dependencies of derivation '/nix/store/j51rkvg087h2mhrkrvzd4m4hrm1hgfvd-nixos-system-ac-24.05.3346.8c5066250910.drv' failed to build
Here are the relevant parts of my current configuration.nix:
Dependencies failed to build after update
I wanted to enable nix-ld dev to allow some VSCode extensions to run their internal executable files. However, I encountered a build error on my first attempt.
Here are the relevant parts of my current configuration.nix:
Here are nixos version:
> nixos-version 24.05.3346.8c5066250910 (Uakari)
The text was updated successfully, but these errors were encountered: