nixos-config/tests/default.nix

6 lines
78 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> { } }:
{
lib = import ./lib { inherit pkgs; };
}