From 68f950bf2045573b03cd0e1ceebe7131ea999873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 4 Sep 2022 13:09:10 +0200 Subject: add test for standalone nixos config --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 9febd80..4aa4ef5 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ , pkgs ? import {} }: let - types = import ./types.nix { inherit pkgs; }; + types = import ./types.nix { inherit lib pkgs; }; eval = cfg: lib.evalModules { modules = lib.singleton { # _file = toString input; -- cgit v1.2.3