Wrong nix-vscode-extensions repo on non-x86 architectures #11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, when the nix-vscode-extensions package repo is imported, the target system architecture is hardcoded to
x86_64-linux
. This should reflect the actual target system architecture.This is not high priority since I don't currently have any ARM machines, and certainly none with a GUI.
(Note that
builtins.currentSystem
will get the architecture of the build system, not the target system.)