1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-12 20:19:50 +01:00

treewide: fix eval after Nixpkgs maintainer changes

(cherry picked from commit c514e862cd)
This commit is contained in:
Robert Helgesson 2024-07-05 01:18:45 +02:00
parent 175b2c6d1d
commit b3e9c18b63
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
5 changed files with 18 additions and 4 deletions

View file

@ -113,6 +113,13 @@
github = "jack5079"; github = "jack5079";
githubId = 29169102; githubId = 29169102;
}; };
janik = {
name = "Janik";
email = "janik@aq0.de";
matrix = "@janik0:matrix.org";
github = "Janik-Haag";
githubId = 80165193;
};
jkarlson = { jkarlson = {
email = "jekarlson@gmail.com"; email = "jekarlson@gmail.com";
github = "jkarlson"; github = "jkarlson";
@ -201,6 +208,13 @@
github = "kubukoz"; github = "kubukoz";
githubId = 894884; githubId = 894884;
}; };
lilyinstarlight = {
email = "lily@lily.flowers";
matrix = "@lily:lily.flowers";
github = "lilyinstarlight";
githubId = 298109;
name = "Lily Foster";
};
loicreynier = { loicreynier = {
name = "Loïc Reynier"; name = "Loïc Reynier";
email = "loic@loireynier.fr"; email = "loic@loireynier.fr";

View file

@ -7,7 +7,7 @@ let
yamlFormat = pkgs.formats.yaml { }; yamlFormat = pkgs.formats.yaml { };
in { in {
meta.maintainers = [ lib.maintainers.janik ]; meta.maintainers = [ lib.hm.maintainers.janik ];
options.programs.gh-dash = { options.programs.gh-dash = {
enable = lib.mkEnableOption "GitHub CLI dashboard plugin"; enable = lib.mkEnableOption "GitHub CLI dashboard plugin";

View file

@ -7,7 +7,7 @@ let
jsonFormat = pkgs.formats.json { }; jsonFormat = pkgs.formats.json { };
in { in {
meta.maintainers = [ maintainers.lilyinstarlight ]; meta.maintainers = [ hm.maintainers.lilyinstarlight ];
options.programs.hyfetch = { options.programs.hyfetch = {
enable = mkEnableOption "hyfetch"; enable = mkEnableOption "hyfetch";

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
let cfg = config.programs.script-directory; let cfg = config.programs.script-directory;
in { in {
meta.maintainers = [ lib.maintainers.janik ]; meta.maintainers = [ lib.hm.maintainers.janik ];
options.programs.script-directory = { options.programs.script-directory = {
enable = lib.mkEnableOption "script-directory"; enable = lib.mkEnableOption "script-directory";

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
let cfg = config.services.cliphist; let cfg = config.services.cliphist;
in { in {
meta.maintainers = [ lib.maintainers.janik ]; meta.maintainers = [ lib.hm.maintainers.janik ];
options.services.cliphist = { options.services.cliphist = {
enable = enable =