Created
March 12, 2026 21:53
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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