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

lastFile:pkgs/file-uploader.nix
This commit is contained in:
2026-01-08 19:50:16 +07:00
parent 8c6363ce6d
commit 57d7db6bbf

View File

@@ -0,0 +1,13 @@
{
fetchgit,
mkDerivation,
}:
let
repoSrc = fetchgit {
url = "https://git.b4l.co.th/newedge/think-greaterchiangmai";
rev = "6f8c8d7dfaf5a0c1eb2077de1d6fb35ceaf3d4ec";
hash = "";
};
src = "${repoSrc}/upload-large-file";
in
mkDerivation