Skip to content

Instantly share code, notes, and snippets.

@bketelsen
Created June 1, 2023 15:20
Show Gist options
  • Save bketelsen/e1646d2a4551217b4f0531fb9f0f3c9a to your computer and use it in GitHub Desktop.
Save bketelsen/e1646d2a4551217b4f0531fb9f0f3c9a to your computer and use it in GitHub Desktop.
Get Going with Nix Development Environments
#!/bin/bash
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
#!/bin/bash
curl -fsSL https://get.jetpack.io/devbox | bash
#!/bin/bash
sudo apt update && sudo apt install -y direnv
#!/bin/bash
echo 'eval "$(direnv hook bash)"' >> .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment