diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-03-18 17:47:19 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-03-18 17:47:19 -0400 |
| commit | 55c70e63454cd410f075a5dff7a59109a66e9b8a (patch) | |
| tree | 4f8c296649d26519ab0ddf2be762a67b8aaf798b /flake.lock | |
| parent | e02edb4eb42ba2c1c397a802c60564436635035d (diff) | |
| download | x-55c70e63454cd410f075a5dff7a59109a66e9b8a.tar.xz x-55c70e63454cd410f075a5dff7a59109a66e9b8a.zip | |
add Iosevka Iaso fonts to XeDN
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 78 |
1 files changed, 76 insertions, 2 deletions
@@ -23,6 +23,25 @@ "type": "github" } }, + "iaso-fonts": { + "inputs": { + "nixpkgs": "nixpkgs", + "utils": "utils" + }, + "locked": { + "lastModified": 1679172980, + "narHash": "sha256-B9RMXNbKk6ZY1Xom/3j/psIW7xJIaWTy1hSOplvDjps=", + "owner": "Xe", + "repo": "iosevka", + "rev": "7ff508fdc3b00f822d4b8dcd14f0ed2a5eb302fd", + "type": "github" + }, + "original": { + "owner": "Xe", + "repo": "iosevka", + "type": "github" + } + }, "naersk": { "inputs": { "nixpkgs": [ @@ -45,6 +64,21 @@ }, "nixpkgs": { "locked": { + "lastModified": 1678898370, + "narHash": "sha256-xTICr1j+uat5hk9FyuPOFGxpWHdJRibwZC+ATi0RbtE=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ac718d02867a84b42522a0ece52d841188208f2c", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, + "nixpkgs_2": { + "locked": { "lastModified": 1677932085, "narHash": "sha256-+AB4dYllWig8iO6vAiGGYl0NEgmMgGHpy9gzWJ3322g=", "owner": "NixOS", @@ -61,10 +95,12 @@ "root": { "inputs": { "gomod2nix": "gomod2nix", + "iaso-fonts": "iaso-fonts", "naersk": "naersk", - "nixpkgs": "nixpkgs", + "nixpkgs": "nixpkgs_2", "rust-overlay": "rust-overlay", - "utils": "utils" + "utils": "utils_2", + "xess": "xess" } }, "rust-overlay": { @@ -92,6 +128,21 @@ }, "utils": { "locked": { + "lastModified": 1678901627, + "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_2": { + "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", @@ -104,6 +155,29 @@ "repo": "flake-utils", "type": "github" } + }, + "xess": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "utils": [ + "utils" + ] + }, + "locked": { + "lastModified": 1679175127, + "narHash": "sha256-mTqGRswUjVQRL/k1KT9ofIcBSoF/WpJBplO6YSf4X0Y=", + "owner": "Xe", + "repo": "Xess", + "rev": "8f91c6d7d9af16e9241138c49a587b64e9340915", + "type": "github" + }, + "original": { + "owner": "Xe", + "repo": "Xess", + "type": "github" + } } }, "root": "root", |
