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 --- types.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'types.nix') diff --git a/types.nix b/types.nix index 81be650..c846626 100644 --- a/types.nix +++ b/types.nix @@ -1,5 +1,5 @@ -{ pkgs ? import {} }: -with pkgs.lib; +{ lib, pkgs }: +with lib; with builtins; rec { -- cgit v1.2.3