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": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1633702113,
|
"lastModified": 1685655444,
|
||||||
"narHash": "sha256-AGllJLIJ5lE9Ra0eJ1KtM82+cb8wmSoP2dpMvHGJTb0=",
|
"narHash": "sha256-6EujQNAeaUkWvpEZZcVF8qSfQrNVWFNNGbUJxv/A5a8=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "dacaba9b9a886bad92d25ba1d87a84a65cc1298b",
|
"rev": "e635192892f5abbc2289eaac3a73cdb249abaefd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"owner": "NixOS",
|
||||||
"type": "indirect"
|
"ref": "nixos-unstable",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
{
|
{
|
||||||
description = "My overlays";
|
description = "My overlays";
|
||||||
|
|
||||||
outputs = { self, nixpkgs }: {
|
inputs = {
|
||||||
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
};
|
||||||
|
|
||||||
|
outputs = { self, nixpkgs } @ inputs: {
|
||||||
overlay = import ./pkgs;
|
overlay = import ./pkgs;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ final: prev:
|
||||||
zero = "long-dotted"
|
zero = "long-dotted"
|
||||||
seven = "bend-serifed-crossbar"
|
seven = "bend-serifed-crossbar"
|
||||||
number-sign = "upright"
|
number-sign = "upright"
|
||||||
at = "short"
|
at = "compact"
|
||||||
lig-ltgteq = "slanted"
|
lig-ltgteq = "slanted"
|
||||||
|
|
||||||
[buildPlans.iosevka-samae.ligations]
|
[buildPlans.iosevka-samae.ligations]
|
||||||
|
|
Loading…
Reference in a new issue