fix eval error in invtracker
This commit is contained in:
parent
a5b22888ab
commit
c9ba61d29f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, invtracker, ... }:
|
{ pkgs, invtracker, ... }:
|
||||||
let
|
let
|
||||||
port = 19689;
|
port = 19689;
|
||||||
configFile = pkgs.toPath "config.xml" ''
|
configFile = builtins.toPath "config.xml" ''
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<config>
|
<config>
|
||||||
<server host="127.0.0.1" port="${toString port}" />
|
<server host="127.0.0.1" port="${toString port}" />
|
||||||
|
|
Loading…
Reference in a new issue