Added lib overlay

This commit is contained in:
2021-10-04 12:23:46 -07:00
parent 3597d82f64
commit 2551908093
7 changed files with 30 additions and 18 deletions
+3 -3
View File
@@ -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