add test for standalone nixos config

This commit is contained in:
Jörg Thalheim 2022-09-04 13:09:10 +02:00
parent 65bd5a97f8
commit 68f950bf20
4 changed files with 50 additions and 29 deletions

View file

@ -2,7 +2,7 @@
, pkgs ? import <nixpkgs> {}
}:
let
types = import ./types.nix { inherit pkgs; };
types = import ./types.nix { inherit lib pkgs; };
eval = cfg: lib.evalModules {
modules = lib.singleton {
# _file = toString input;