mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
added missing imports
This commit is contained in:
parent
1b6566b1ae
commit
fe06885b78
6 changed files with 11 additions and 6 deletions
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, lib }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue