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:
commit
ce96f00944
2 changed files with 12 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue