From f7df696498fb0f0b824d02f09421e3a81a417bc7 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Mon, 24 Apr 2023 16:36:33 +0200 Subject: html: basics: address: switch to irif --- flake.lock | 36 +++++++++++++++++++++++++++--------- html/basics/default.nix | 3 ++- 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index ac7d885..720f647 100644 --- a/flake.lock +++ b/flake.lock @@ -10,11 +10,11 @@ ] }, "locked": { - "lastModified": 1678787929, - "narHash": "sha256-ShoS2Y2z+1i35DpB78ALl5jQR0nmEsCI1iDgCgOC/1M=", + "lastModified": 1682327114, + "narHash": "sha256-3pZ6U80eUs1flQ3VG1rp5os4FZ7D6LGkJjLlP3zjkGA=", "owner": "qaristote", "repo": "info", - "rev": "5750265a8616d02049a02e492804a995ab2baa25", + "rev": "dc83a0b686e9c94edc88b08a4c796235ed684551", "type": "github" }, "original": { @@ -24,12 +24,15 @@ } }, "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", "owner": "numtide", "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", "type": "github" }, "original": { @@ -39,11 +42,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1680273054, - "narHash": "sha256-Bs6/5LpvYp379qVqGt9mXxxx9GSE789k3oFc+OAL07M=", + "lastModified": 1682109806, + "narHash": "sha256-d9g7RKNShMLboTWwukM+RObDWWpHKaqTYXB48clBWXI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3364b5b117f65fe1ce65a3cdd5612a078a3b31e3", + "rev": "2362848adf8def2866fabbffc50462e929d7fffb", "type": "github" }, "original": { @@ -59,6 +62,21 @@ "uncss": "uncss" } }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "uncss": { "inputs": { "flake-utils": [ diff --git a/html/basics/default.nix b/html/basics/default.nix index 70c5395..7ee8be4 100644 --- a/html/basics/default.nix +++ b/html/basics/default.nix @@ -46,8 +46,9 @@ in { (dd (for keys.pgp (name: path: href path name))) (dt "${icon "las la-map-marker"} address") (dd (with location; '' + Office ${office}${br} ${number} ${street}${br} - ${postalCode} ${city} + ${postalCode} ${city} '')) (dt "${icon "las la-globe"} online") (dd (for profiles (name: value: -- cgit v1.2.3