From 68f44bcc3a863db8f1bf0ce662fb6dc92930efd4 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Wed, 4 Jun 2025 23:01:41 +0200 Subject: [PATCH] feat: create lib folder, for functions --- debug.nix => lib/debug.nix | 0 hostHelper.nix => lib/hostHelper.nix | 0 outputs.nix | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename debug.nix => lib/debug.nix (100%) rename hostHelper.nix => lib/hostHelper.nix (100%) 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 = [