Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Last active October 28, 2022 19:14
Show Gist options
  • Save lucperkins/3e7ab7236ff8e8ee940c80c2baadc838 to your computer and use it in GitHub Desktop.
Save lucperkins/3e7ab7236ff8e8ee940c80c2baadc838 to your computer and use it in GitHub Desktop.
{
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
go_1_18
nodePackages.prettier
cargo
python38
openssl
];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment