Unverified Commit 58e6bb17 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

Merge master into staging-next

parents 63820192 eb651797
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -7912,6 +7912,17 @@
    githubId = 11909469;
    name = "Fabian Geiselhart";
  };
  f4z3r = {
    email = "f4z3r-github@pm.me";
    name = "Jakob Beckmann";
    github = "f4z3r";
    githubId = 32326425;
    keys = [
      {
        fingerprint = "358A 6251 E2ED EDC1 9717  14A7 96A8 BA6E C871 2183";
      }
    ];
  };
  fab = {
    email = "mail@fabian-affolter.ch";
    matrix = "@fabaff:matrix.org";
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@ rtp.nvim,,,,,,mrcjkb
rustaceanvim,,,,,,mrcjkb
say,,,,,,
serpent,,,,,,lockejan
sofa,,,,,,f4z3r
sqlite,,,,,,
std._debug,,,,,,
std.normalize,,,,,,
+4 −1
Original line number Diff line number Diff line
@@ -287,7 +287,10 @@ in

    systemd.packages = [ pkgs.pdns-recursor ];

    systemd.services.pdns-recursor.wantedBy = [ "multi-user.target" ];
    systemd.services.pdns-recursor = {
      restartTriggers = [ config.environment.etc."/pdns-recursor/recursor.yml".source ];
      wantedBy = [ "multi-user.target" ];
    };

    users.users.pdns-recursor = {
      isSystemUser = true;
+13 −0
Original line number Diff line number Diff line
@@ -3625,6 +3625,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  darcubox-nvim = buildVimPlugin {
    pname = "darcubox-nvim";
    version = "2025-06-03";
    src = fetchFromGitHub {
      owner = "Koalhack";
      repo = "darcubox-nvim";
      rev = "59754cb99fee640da1b64730a17476593af92fd3";
      sha256 = "1xbpisq980hkdybjkd2pxdz8ghhk1a4y33ygpgi311rzx1ijapgs";
    };
    meta.homepage = "https://github.com/Koalhack/darcubox-nvim/";
    meta.hydraPlatforms = [ ];
  };
  darkearth-nvim = buildVimPlugin {
    pname = "darkearth-nvim";
    version = "2025-04-27";
+1 −0
Original line number Diff line number Diff line
@@ -277,6 +277,7 @@ https://github.com/amiorin/ctrlp-z/,,
https://github.com/ctrlpvim/ctrlp.vim/,,
https://github.com/scottmckendry/cyberdream.nvim/,,
https://github.com/JachymPutta/dailies.nvim/,HEAD,
https://github.com/Koalhack/darcubox-nvim/,HEAD,
https://github.com/ptdewey/darkearth-nvim/,HEAD,
https://github.com/dart-lang/dart-vim-plugin/,,
https://github.com/rizzatti/dash.vim/,HEAD,
Loading