fix cors
All checks were successful
Build and Publish / build-release (push) Successful in 1m35s

This commit is contained in:
2026-04-16 16:12:29 -05:00
parent 87b9c810dd
commit 1f83d7512c
7 changed files with 16 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
mixFodDeps = beamPackages.fetchMixDeps {
inherit pname version;
src = ./.;
sha256 = "sha256-YkX+Bti+GyU6RQOjVTwsPIWKuqJox0lz+qK2V8Zg1XI=";
sha256 = "sha256-FCkU33NQWIkQYiiOlYLsPxazR8ocHAzmbuu5Eb3vocE=";
};
package = beamPackages.mixRelease {
inherit pname version mixFodDeps;
@@ -52,4 +52,4 @@
};
}
);
}
}