Our Personal Data Server from scratch!
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(nix): build against pnpm 11

side note: you may also notice that I have removed the `github:` url for
nixpkgs this is because it save a massive 15mb, is faster and more
reliable than github
See also:
-
<https://nix.dev/manual/nix/stable/protocols/tarball-fetcher#lockable-http-tarball-protocol>
-
<http://web.archive.org/web/20250806225139/https://nix.dev/manual/nix/2.28/protocols/tarball-fetcher#lockable-http-tarball-protocol>

author
isabel
committer
Tangled
date (May 14, 2026, 9:37 PM +0300) commit 1901b0a6 parent 58f8d327
+9 -12
+7 -10
flake.lock
··· 2 2 "nodes": { 3 3 "nixpkgs": { 4 4 "locked": { 5 - "lastModified": 1775888245, 6 - "narHash": "sha256-nwASzrRDD1JBEu/o8ekKYEXm/oJW6EMCzCRdrwcLe90=", 7 - "owner": "nixos", 8 - "repo": "nixpkgs", 9 - "rev": "13043924aaa7375ce482ebe2494338e058282925", 10 - "type": "github" 5 + "lastModified": 1778672786, 6 + "narHash": "sha256-Tf7q8/0aIwg4Btd/GUMNHXDTqlrWTr5o/vZ8euFUAQY=", 7 + "rev": "eef00dfd8a712b34af845f9350bac681b1228bd1", 8 + "type": "tarball", 9 + "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre997230.eef00dfd8a71/nixexprs.tar.xz?lastModified=1778672786&rev=eef00dfd8a712b34af845f9350bac681b1228bd1" 11 10 }, 12 11 "original": { 13 - "owner": "nixos", 14 - "ref": "nixpkgs-unstable", 15 - "repo": "nixpkgs", 16 - "type": "github" 12 + "type": "tarball", 13 + "url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz" 17 14 } 18 15 }, 19 16 "root": {
+1 -1
flake.nix
··· 1 1 { 2 2 inputs = { 3 - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; 3 + nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz"; 4 4 }; 5 5 6 6 outputs =
+1 -1
frontend.nix
··· 19 19 pnpmDeps = fetchPnpmDeps { 20 20 inherit (finalAttrs) pname version src; 21 21 fetcherVersion = 3; 22 - hash = "sha256-E0S8dOaTOpY9m7Ft59tUQ6CLlLriWPE4WE1+S45vomY="; 22 + hash = "sha256-qbmIAvE/3u/NB5x9bERCGQqwiDLkzjff3QchgR+ZDFs="; 23 23 }; 24 24 25 25 nativeBuildInputs = [