nix: add /etc/nix/nix.conf to conf_files.
This commit is contained in:
parent
f890802f71
commit
321c3e92ea
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue