diff --git a/debug.nix b/lib/debug.nix similarity index 100% rename from debug.nix rename to lib/debug.nix diff --git a/hostHelper.nix b/lib/hostHelper.nix similarity index 100% rename from hostHelper.nix rename to lib/hostHelper.nix diff --git a/outputs.nix b/outputs.nix index 00443e2..77cf49c 100644 --- a/outputs.nix +++ b/outputs.nix @@ -1,5 +1,5 @@ inArgs: let - hostHelper = import ./hostHelper.nix inArgs; + hostHelper = import ./lib/hostHelper.nix inArgs; # Supported systems for your flake packages, shell, etc. systems = [