aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-20 17:50:16 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-20 17:50:16 +0100
commit0ac11166a8fb22d1ce4de111f46e8a3ba1de7663 (patch)
tree25187cbc4273c69ca553dc0450b69fdfb9bea19a /tests
parentfix(modules/lf): Always retry connecting to the server (diff)
downloadnixos-config-0ac11166a8fb22d1ce4de111f46e8a3ba1de7663.zip
refactor(lib): Upstream `lib` to vhack.eu
This allows to share it with the server config.
Diffstat (limited to 'tests')
-rw-r--r--tests/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 24b6fa65..c36a5906 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -1,13 +1,12 @@
{
lib,
+ nixLib,
pkgs,
myPkgs,
nixpkgs_as_input,
sysLib,
extraModules,
}: let
- nixLib = import ../lib {};
-
mkTest = import ./infrastructure {
inherit
pkgs