feat(nixos): module: +support-bot

This commit is contained in:
2025-08-28 15:02:58 +00:00
parent a777d186ea
commit 7896589fac
4 changed files with 175 additions and 2 deletions
+1 -1
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,