The code and data behind xeiaso.net
5
fork

Configure Feed

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

fix docker build

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 09507d34 f9567626

+4 -4
+3 -3
flake.lock
··· 3 3 "alpineLinux": { 4 4 "flake": false, 5 5 "locked": { 6 - "narHash": "sha256-8xQGO1CqQbpkB8dapJbHiwr7taA+dGAYAZYdBurLhvA=", 6 + "narHash": "sha256-5GM+4nNrWrE3idQiWlAq7bghb7IE6j/JncEfG1qM4jM=", 7 7 "type": "file", 8 - "url": "https://cdn.xeiaso.net/file/christine-static/hack/alpine-amd64-3.19.0.tar.gz" 8 + "url": "https://cdn.xeiaso.net/file/christine-static/hack/alpine-amd64-3.19.0-1.tar" 9 9 }, 10 10 "original": { 11 11 "type": "file", 12 - "url": "https://cdn.xeiaso.net/file/christine-static/hack/alpine-amd64-3.19.0.tar.gz" 12 + "url": "https://cdn.xeiaso.net/file/christine-static/hack/alpine-amd64-3.19.0-1.tar" 13 13 } 14 14 }, 15 15 "crane": {
+1 -1
flake.nix
··· 30 30 31 31 alpineLinux = { 32 32 flake = false; 33 - url = "file+https://cdn.xeiaso.net/file/christine-static/hack/alpine-amd64-3.19.0.tar.gz"; 33 + url = "file+https://cdn.xeiaso.net/file/christine-static/hack/alpine-amd64-3.19.0-1.tar"; 34 34 }; 35 35 }; 36 36