chore(flake): rename lib -> helpers

Prevents name clashing with `nixpkgs.lib`
This commit is contained in:
reo101 2022-11-28 00:08:48 +02:00
parent 177babd497
commit e8e005029d
2 changed files with 2 additions and 4 deletions

View file

@ -67,10 +67,8 @@
} @ inputs: } @ inputs:
let let
inherit (self) outputs; inherit (self) outputs;
inherit ((import ./lib/default.nix) { lib = nixpkgs.lib; }) helpers = (import ./lib/helpers.nix) { lib = nixpkgs.lib; };
recurseDir inherit (helpers) recurseDir hasFiles hasDirectories;
hasFiles
hasDirectories;
forAllSystems = nixpkgs.lib.genAttrs [ forAllSystems = nixpkgs.lib.genAttrs [
"aarch64-linux" "aarch64-linux"
"i686-linux" "i686-linux"