From e39cb5308f13f142696d4f85b69e8447c043a272 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 22 May 2023 19:26:55 +0200 Subject: [PATCH] wip: it wants tables --- flake.nix | 19 +++++++++++-------- node/frappe-assets.nix | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index aad1858..76bb443 100644 --- a/flake.nix +++ b/flake.nix @@ -31,22 +31,25 @@ }; runErpNext = pkgs.writeShellScriptBin "runErpNext" '' export PYTHON_PATH=${penv}/${py.sitePackages} + hostname=localhost sites=$(mktemp -d) for f in ${assets}/share/sites/*; do ln -s "$f" "$sites/$(basename $f)" done cat >$sites/common_site_config.json <