Wrong nix-vscode-extensions repo on non-x86 architectures #11

Closed
opened 2024-06-19 18:44:26 +00:00 by qenya · 0 comments
Owner

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.)

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.)
qenya closed this issue 2024-08-22 12:25:56 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: qenya/nixfiles#11
No description provided.