You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nix is a software tool that allows us to approach dependencies in a reproducible and declarative manner. By using flakes, we will provide a developer shell that contains all the packages used to build our language.
We are also using the git-hooks module from cachix to verify locally that our code is well formatted and follow the commit convention.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Nix is a software tool that allows us to approach dependencies in a reproducible and declarative manner. By using flakes, we will provide a developer shell that contains all the packages used to build our language.
We are also using the git-hooks module from cachix to verify locally that our code is well formatted and follow the commit convention.
Setup
Please get nix on your system by following the official instructions or install a downstream distribution such as determinate nix or lix.
To load the develop shell:
Tip
direnvis a great tool to automatically load the shell when you enters the project directory.the direnv way:
Beta Was this translation helpful? Give feedback.
All reactions