refactor(utils)!: promote to a flake module

Accessible through `config.lib`
This commit is contained in:
reo101 2024-07-29 02:11:32 +03:00
parent 2941536b80
commit c070f48d5e
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
7 changed files with 164 additions and 148 deletions

View file

@ -1,7 +1,7 @@
{ lib, config, self, inputs, ... }:
let
inherit (import ../../../nix/utils.nix { inherit lib config self; })
inherit (config.lib)
eq
and
hasFiles;