1 2 3 4 5 6
#!/bin/bash if ! [ -x "$(command -v nix)" ]; then sh <(curl -L https://nixos.org/nix/install) --no-daemon fi