arrterian / nix-env-selector

Allows switch environment for Visual Studio Code using Nix Package Manager.
MIT License
220 stars 29 forks source link

Fix default.nix to enable building with nix-build #88

Open mrozycki opened 6 months ago

mrozycki commented 6 months ago

With this change it is now possible to build the extension by just running nix-build inside the repository root directory. The packaged extension will be available in result/bin directory.

Status Type Config Change
Ready Tooling No

Problem

Despite a default.nix file being provided, the extension cannot be built with nix-build.

Solution

I have updated the default.nix file so that the extension builds through nix-build.

Other changes (e.g. bug fixes, UI tweaks, small refactors)

Deploy Notes

This is purely a development quality of life change, it does not make any changes to the actual extension.