feat: create lib folder, for functions
This commit is contained in:
parent
af0bb8743e
commit
68f44bcc3a
3 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
inArgs: let
|
inArgs: let
|
||||||
hostHelper = import ./hostHelper.nix inArgs;
|
hostHelper = import ./lib/hostHelper.nix inArgs;
|
||||||
|
|
||||||
# Supported systems for your flake packages, shell, etc.
|
# Supported systems for your flake packages, shell, etc.
|
||||||
systems = [
|
systems = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue