tangled
alpha
login
or
join now
arabica.social
/
arabica
7
fork
atom
Coffee journaling on ATProto (alpha)
alpha.arabica.social
coffee
7
fork
atom
overview
issues
pulls
pipelines
fix: nix vendor hash
pdewey.com
2 months ago
b34f4a61
f5bcd286
verified
This commit was signed with the committer's
known signature
.
pdewey.com
SSH Key Fingerprint:
SHA256:ePOVkJstqVLchGK8m9/OGQG+aFNHD5XN3xjvW9wKCA4=
+1
-1
1 changed file
expand all
collapse all
unified
split
default.nix
+1
-1
default.nix
···
4
4
pname = "arabica";
5
5
version = "0.1.0";
6
6
src = ./.;
7
7
-
vendorHash = "sha256-hQDxCw2UqYIglHDXctFm6bvjhFI7ykuxU8RbkcEEpBI=";
7
7
+
vendorHash = "sha256-3sMFDeof4OPB4SCcYhD9x1wITSlI1UN3M7SEwUW8H3A=";
8
8
9
9
nativeBuildInputs = [ tailwindcss ];
10
10