my website at https://anirudh.fi

flake.nix: bump

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

anirudh.fi 501dc77c e9196d19

verified
+10 -10
+9 -9
flake.lock
··· 2 2 "nodes": { 3 3 "nixpkgs": { 4 4 "locked": { 5 - "lastModified": 1748204564, 6 - "narHash": "sha256-eSYjZMXGo7BGaaREt9LdGKCUEobIwvvb9/2OjpEhWxI=", 5 + "lastModified": 1761163166, 6 + "narHash": "sha256-FXoeQJQWpNOJADPye7Dg2utJEfo9sEkMSkPBvtPB2OM=", 7 7 "owner": "nixos", 8 8 "repo": "nixpkgs", 9 - "rev": "7ed13552a51b57aab87896737cbef2853aa684d7", 9 + "rev": "8255ca7b60d75ae50358a2479fcf0eeadc22de48", 10 10 "type": "github" 11 11 }, 12 12 "original": { ··· 41 41 "nixpkgs": "nixpkgs_2" 42 42 }, 43 43 "locked": { 44 - "lastModified": 1745387732, 45 - "narHash": "sha256-CdHBCqAzRynF39kDEktFNtYgD5f7vFIkKFupPIZhORY=", 44 + "lastModified": 1758224598, 45 + "narHash": "sha256-Ai+kyEpZVPTuk0IP34kE8ZaXxhI+Z97msUFPe82k0Ic=", 46 46 "ref": "refs/heads/master", 47 - "rev": "a64168bad0f8492be51dbb22991e12f2607ec3e2", 48 - "revCount": 92, 47 + "rev": "e67e553dc237e41adc9ceae4d834fc02d44e4eb4", 48 + "revCount": 96, 49 49 "type": "git", 50 - "url": "https://tangled.sh/@icyphox.sh/vite" 50 + "url": "https://tangled.sh/@anirudh.fi/vite" 51 51 }, 52 52 "original": { 53 53 "type": "git", 54 - "url": "https://tangled.sh/@icyphox.sh/vite" 54 + "url": "https://tangled.sh/@anirudh.fi/vite" 55 55 } 56 56 } 57 57 },
+1 -1
flake.nix
··· 2 2 description = "site"; 3 3 4 4 inputs.nixpkgs.url = "github:nixos/nixpkgs"; 5 - inputs.vite.url = "git+https://tangled.sh/@icyphox.sh/vite"; 5 + inputs.vite.url = "git+https://tangled.sh/@anirudh.fi/vite"; 6 6 7 7 outputs = 8 8 { self