tests: implement auto importing for modules

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-06-22 20:35:57 -05:00
parent 4fca600cb1
commit 06c1392ca8
275 changed files with 752 additions and 573 deletions

View file

@ -1 +1,4 @@
{ awscli = ./awscli.nix; }
{ lib, pkgs, ... }:
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
awscli = ./awscli.nix;
}