Update iosevka again again
This commit is contained in:
parent
ab953c3da8
commit
c49770e43e
3 changed files with 12 additions and 8 deletions
12
flake.lock
12
flake.lock
|
@ -2,16 +2,18 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1633702113,
|
||||
"narHash": "sha256-AGllJLIJ5lE9Ra0eJ1KtM82+cb8wmSoP2dpMvHGJTb0=",
|
||||
"lastModified": 1685655444,
|
||||
"narHash": "sha256-6EujQNAeaUkWvpEZZcVF8qSfQrNVWFNNGbUJxv/A5a8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "dacaba9b9a886bad92d25ba1d87a84a65cc1298b",
|
||||
"rev": "e635192892f5abbc2289eaac3a73cdb249abaefd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"type": "indirect"
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
description = "My overlays";
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs } @ inputs: {
|
||||
overlay = import ./pkgs;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ final: prev:
|
|||
zero = "long-dotted"
|
||||
seven = "bend-serifed-crossbar"
|
||||
number-sign = "upright"
|
||||
at = "short"
|
||||
at = "compact"
|
||||
lig-ltgteq = "slanted"
|
||||
|
||||
[buildPlans.iosevka-samae.ligations]
|
||||
|
|
Loading…
Reference in a new issue