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

@@ -43,7 +43,7 @@
flake = ./.;
nixpkgs = nixpkgs-25-05;
overlays = [ self.overlays.default ];
self-lib = import ./lib { inherit flake self inputs nixpkgs; };
self-lib = import ./lib { inherit flake self inputs; };
in self-lib.forAllSystemsWithPkgs ([(import rust-overlay)] ++ overlays) ({
system,
pkgs,