engineering blog at https://blog.tangled.sh

nix: use fork of vite with chroma support

Signed-off-by: oppiliappan <me@oppi.li>

authored by oppi.li and committed by tangled.org 44b43884 f8efe79c

+7 -7
+6 -6
flake.lock
··· 69 "nixpkgs": "nixpkgs_2" 70 }, 71 "locked": { 72 - "lastModified": 1758224598, 73 - "narHash": "sha256-Ai+kyEpZVPTuk0IP34kE8ZaXxhI+Z97msUFPe82k0Ic=", 74 "ref": "refs/heads/master", 75 - "rev": "e67e553dc237e41adc9ceae4d834fc02d44e4eb4", 76 - "revCount": 96, 77 "type": "git", 78 - "url": "https://tangled.sh/@anirudh.fi/vite" 79 }, 80 "original": { 81 "type": "git", 82 - "url": "https://tangled.sh/@anirudh.fi/vite" 83 } 84 } 85 },
··· 69 "nixpkgs": "nixpkgs_2" 70 }, 71 "locked": { 72 + "lastModified": 1768109018, 73 + "narHash": "sha256-ePHsZ62UURGy44rkLva16RILZKI7PWcnGzyrP5Qmqt8=", 74 "ref": "refs/heads/master", 75 + "rev": "0368173f7a3672916d26ac7c3183dd9998d1a514", 76 + "revCount": 98, 77 "type": "git", 78 + "url": "https://tangled.org/oppi.li/vite" 79 }, 80 "original": { 81 "type": "git", 82 + "url": "https://tangled.org/oppi.li/vite" 83 } 84 } 85 },
+1 -1
flake.nix
··· 4 inputs = { 5 nixpkgs.url = "github:nixos/nixpkgs"; 6 vite = { 7 - url = "git+https://tangled.sh/@anirudh.fi/vite"; 8 flake = true; 9 }; 10 inter-fonts-src = {
··· 4 inputs = { 5 nixpkgs.url = "github:nixos/nixpkgs"; 6 vite = { 7 + url = "git+https://tangled.org/oppi.li/vite"; 8 flake = true; 9 }; 10 inter-fonts-src = {