nix: add /etc/nix/nix.conf to conf_files.
This commit is contained in:
parent
f890802f71
commit
321c3e92ea
|
@ -27,6 +27,8 @@ post_install() {
|
|||
}
|
||||
|
||||
nix_package() {
|
||||
# Default configuration file.
|
||||
conf_files="/etc/nix/nix.conf"
|
||||
# Extra run-time dependencies.
|
||||
depends="curl perl-WWW-Curl perl-DBD-SQLite"
|
||||
# Create required build users/groups.
|
||||
|
|
Loading…
Reference in New Issue