- #!/bin/sh
- # shellcheck disable=SC1091
- . /home/oleg/.nix-profile/etc/profile.d/nix.sh
- # NIX_SSL_CERT_FILE="/run/current-system/profile/etc/ssl/certs/Majordomo_LLC_Root_CA.crt"
- # export NIX_SSL_CERT_FILE
- # SSL_CERT_DIR="/run/current-system/profile/etc/ssl/certs"
- # export SSL_CERT_DIR
- # SSL_CERT_FILE="/run/current-system/profile/etc/ssl/certs/ca-certificates.crt"
- # export SSL_CERT_FILE
- /home/oleg/.nix-profile/bin/nix-daemon "$@"
|