feat: create lib folder, for functions

This commit is contained in:
Ranomier 2025-06-04 23:01:41 +02:00
parent af0bb8743e
commit 68f44bcc3a
3 changed files with 1 additions and 1 deletions

View file

@ -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 = [