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
# This will create a shell environment with Go 1.21, Python 3.11, and Graphviz available.
# The shellHook is a shell script that is run when the shell is started. In this case, it sets the GOPATH environment variable to the current directory and adds the bin directory to the PATH .
# To use this shell environment, save the file as shell.nix and run nix-shell .