Added lib overlay
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
{ hostname, pkgs, build-timestamp, fudo-secrets ? null, ... }:
|
||||
{ hostname, pkgs, lib, build-timestamp, fudo-secrets ? null, ... }:
|
||||
|
||||
let
|
||||
# Get info on this host so we know what to load
|
||||
host-config = import (./. + "/config/hosts/${hostname}.nix");
|
||||
|
||||
in {
|
||||
|
||||
in {
|
||||
imports = [
|
||||
./lib
|
||||
./config
|
||||
|
||||
Reference in New Issue
Block a user