Need lib
This commit is contained in:
parent
82f929eb0d
commit
aade448e5f
|
@ -1,5 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
user = import ./types/user.nix { inherit lib; };
|
||||
host = import ./types/host.nix { inherit lib; };
|
||||
|
|
Loading…
Reference in New Issue