executable_run-nix-daemon 435 B

12345678910111213141516
  1. #!/bin/sh
  2. # shellcheck disable=SC1091
  3. . /home/oleg/.nix-profile/etc/profile.d/nix.sh
  4. # NIX_SSL_CERT_FILE="/run/current-system/profile/etc/ssl/certs/Majordomo_LLC_Root_CA.crt"
  5. # export NIX_SSL_CERT_FILE
  6. # SSL_CERT_DIR="/run/current-system/profile/etc/ssl/certs"
  7. # export SSL_CERT_DIR
  8. # SSL_CERT_FILE="/run/current-system/profile/etc/ssl/certs/ca-certificates.crt"
  9. # export SSL_CERT_FILE
  10. /home/oleg/.nix-profile/bin/nix-daemon "$@"