Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrozycki
Copy link

@mrozycki mrozycki commented Mar 2, 2024

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant