Update reproducibility for local environments

This commit is contained in:
Gabriel Arazas 2021-04-19 22:50:00 +08:00
parent 42dcd54829
commit 1e6820cfc1
2 changed files with 9 additions and 0 deletions

7
.envrc Normal file
View File

@ -0,0 +1,7 @@
if type lorri &>/dev/null
then
echo "direnv: using lorri"
eval "$(lorri direnv)"
else
use nix
fi

View File

@ -4,6 +4,8 @@ pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
gnumake gnumake
gnuplot gnuplot
graphviz
lilypond
octaveFull octaveFull
python3 python3
racket racket