+7
-1
nix/pkgs/appview-static-files.nix
+7
-1
nix/pkgs/appview-static-files.nix
···
9
tailwindcss,
10
src,
11
}:
12
+
runCommandLocal "appview-static-files" {
13
+
# TOOD(winter): figure out why this is even required after
14
+
# changing the libraries that the tailwindcss binary loads
15
+
sandboxProfile = ''
16
+
(allow file-read* (subpath "/System/Library/OpenSSL"))
17
+
'';
18
+
} ''
19
mkdir -p $out/{fonts,icons} && cd $out
20
cp -f ${htmx-src} htmx.min.js
21
cp -f ${htmx-ws-src} htmx-ext-ws.min.js