diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-05-29 22:50:18 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-05-29 22:56:18 -0500 |
commit | e40fcc145a5c99667e4369a17353a33cfa9b6ef9 (patch) | |
tree | 7536fbe0427a807e727473df2faca99f84d3064d /hosts/default.nix | |
parent | c8d2fe1d29ecee26f8a0e0ba00fccb587d520fd0 (diff) | |
download | nixos-config-e40fcc145a5c99667e4369a17353a33cfa9b6ef9.tar.gz nixos-config-e40fcc145a5c99667e4369a17353a33cfa9b6ef9.zip |
Move mkThinShim to new personal library
Diffstat (limited to 'hosts/default.nix')
-rw-r--r-- | hosts/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index d5770c6..8ba60fb 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -9,6 +9,7 @@ let modules = [ ../modules ../users ] ++ modules; specialArgs = { inherit hostname inputs; + tlib = import ../lib { }; }; }; }; |