refactor(utils)!: promote to a flake module
Accessible through `config.lib`
This commit is contained in:
parent
2941536b80
commit
c070f48d5e
7 changed files with 164 additions and 148 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, config, self, inputs, ... }:
|
||||
|
||||
let
|
||||
inherit (import ../../../nix/utils.nix { inherit lib config self; })
|
||||
inherit (config.lib)
|
||||
eq
|
||||
and
|
||||
hasFiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue