diff --git a/flake.lock b/flake.lock index 5a79e3da2..8a1a5a8ee 100644 --- a/flake.lock +++ b/flake.lock @@ -37,11 +37,11 @@ "base16-helix": { "flake": false, "locked": { - "lastModified": 1748408240, - "narHash": "sha256-9M2b1rMyMzJK0eusea0x3lyh3mu5nMeEDSc4RZkGm+g=", + "lastModified": 1752979451, + "narHash": "sha256-0CQM+FkYy0fOO/sMGhOoNL80ftsAzYCg9VhIrodqusM=", "owner": "tinted-theming", "repo": "base16-helix", - "rev": "6c711ab1a9db6f51e2f6887cc3345530b33e152e", + "rev": "27cf1e66e50abc622fb76a3019012dc07c678fac", "type": "github" }, "original": { diff --git a/modules/helix/meta.nix b/modules/helix/meta.nix index 3c4d1539d..85252834b 100644 --- a/modules/helix/meta.nix +++ b/modules/helix/meta.nix @@ -1,5 +1,6 @@ +{ lib, ... }: { name = "Helix"; homepage = "https://helix-editor.com"; - maintainers = [ ]; + maintainers = [ lib.maintainers.osipog ]; }