feat(nixos): module: +support-bot

This commit is contained in:
2025-08-28 15:02:58 +00:00
parent 7dadd2290f
commit 00e02f328a
4 changed files with 175 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
{ flake, inputs, self, nixpkgs }: let
{ flake, inputs, self }: let
nixpkgs = inputs.nixpkgs-25-05;
lib = nixpkgs.lib;
recursiveUpdate = nixpkgs.lib.recursiveUpdate;