Skip to content

Instantly share code, notes, and snippets.

@shazow
Created March 12, 2026 21:53
Show Gist options
  • Select an option

  • Save shazow/d3312f1621e0dde0208ab17061a98fd1 to your computer and use it in GitHub Desktop.

Select an option

Save shazow/d3312f1621e0dde0208ab17061a98fd1 to your computer and use it in GitHub Desktop.
How to get nix in a cloud coding agent, tested on Google Jules and Codex Web.
curl --proto =https --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
sh -s -- install linux \
--no-confirm \
--init none \
--extra-conf "filter-syscalls = false" --no-start-daemon
sudo /nix/var/nix/profiles/default/bin/nix-daemon >/dev/null 2>&1 &
sleep 1
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment