mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
7 lines
311 B
Bash
7 lines
311 B
Bash
# The Alpine nix package uses the multi-user setup.
|
|
# For this purpose, nix-daemon needs be started via OpenRC.
|
|
# This file tells nix to use nix-daemon for unprivileged users.
|
|
#
|
|
# See https://github.com/NixOS/nix/blob/1d0a7b/doc/manual/src/installation/multi-user.md#running-the-daemon
|
|
export NIX_REMOTE=daemon
|