Add NixOS Support with integrated IDE #260
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This contribution implement a support for building on NixOS by providing a
flake.nix
which is used to provide instructions tonix
for processing (various functionality from building the repository to just getting a development shell with the dependencies).It also includes a vscodium task (nix-only) which will upon using
, codium
deploy vscodium with cherry-picked extensions and configuration to get a standard development environment.That way anyone who wants to view and work with the source code will get everything they need in a temporary shell without having to install any packages on their system if they use nix.
(PS1 configuration not included)
Fixes: #258
CC @hamishcoleman @bensleveritt