erpnext services are running on deneb and canopus machines

This commit is contained in:
2026-04-23 15:26:18 +07:00
parent d5b70b050c
commit ecbd5e00a6
94 changed files with 5592 additions and 2 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
{ ... }:
{ inputs, ... }:
{
flake.overlays = {
packagesOverlay = import ../pkgs/overlay.nix;
frappixFrappeOverlay = inputs.frappix.frappeOverlay.x86_64-linux;
frappixLibsOverlay = inputs.frappix.libsOverlay.x86_64-linux;
frappixPythonOverlay = inputs.frappix.pythonOverlay.x86_64-linux;
frappixToolsOverlay = inputs.frappix.toolsOverlay.x86_64-linux;
};
}