mob next [ci-skip] [ci skip] [skip ci]

lastFile:flake.nix
This commit is contained in:
2026-05-25 16:35:19 +07:00
parent bc16c72707
commit 54d5290d0a
5 changed files with 85 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
{
buildPythonPackage,
pythonRelaxDepsHook,
flit-core,
fetchFromGitHub,
mkAssets,
pandas,
}:
buildPythonPackage (finalAttrs: {
pname = "erpnext_thailand";
version = "1.0.2";
format = "pyproject";
src =
let
erpnext_thailand_src = fetchFromGitHub {
owner = "ecosoft-frappe";
repo = "erpnext_thailand";
rev = "69ebd41b6e616a96677f79f57019a4bcd310b638";
hash = "sha256-72acMrJQKEQKp/u3gcUSBZ6mYbAKCD240j2zMARwUEc=";
};
in
mkAssets {
src = erpnext_thailand_src;
inherit (finalAttrs) pname version;
yarnHash = "";
};
dependencies = [ pandas ];
nativeBuildInputs = [
pythonRelaxDepsHook
flit-core
];
})
+37
View File
@@ -0,0 +1,37 @@
{
buildPythonPackage,
pythonRelaxDepsHook,
flit-core,
fetchFromGitHub,
mkAssets,
pandas,
}:
buildPythonPackage (finalAttrs: {
pname = "thai_payroll";
version = "0.0.1";
format = "pyproject";
src =
let
erpnext_thailand_src = fetchFromGitHub {
owner = "ecosoft-frappe";
repo = "thai_payroll";
rev = "c3ceefb0fc6f29ed05c1086bb6dfb4eeaf59f779";
hash = "sha256-tYJU6EmIqa8hZ1eNaOVvJUjg8S+ANqZVAqWnnjY/2oY=";
};
in
mkAssets {
src = erpnext_thailand_src;
inherit (finalAttrs) pname version;
yarnHash = "";
};
dependencies = [ pandas ];
nativeBuildInputs = [
pythonRelaxDepsHook
flit-core
];
})