0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #205417 from kurnevsky/tox-node-0.2.0

tox-node: 0.1.1 -> 0.2.0
This commit is contained in:
Bobby Rong 2022-12-22 23:30:51 +08:00 committed by GitHub
commit ce96f00944
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 27 deletions

View file

@ -8,7 +8,7 @@ let
homeDir = "/var/lib/tox-node";
configFile = let
src = "${pkg.src}/dpkg/config.yml";
src = "${pkg.src}/tox_node/dpkg/config.yml";
confJSON = pkgs.writeText "config.json" (
builtins.toJSON {
log-type = cfg.logType;