summaryrefslogtreecommitdiffstats
path: root/types.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-09-04 13:09:10 +0200
committerJörg Thalheim <joerg@thalheim.io>2022-09-04 13:09:10 +0200
commit68f950bf2045573b03cd0e1ceebe7131ea999873 (patch)
treecba2f7972cb82ff445e68383a46927c8a25ec763 /types.nix
parent65bd5a97f8dddaa6710df085cfd643d8eefead38 (diff)
add test for standalone nixos config
Diffstat (limited to 'types.nix')
-rw-r--r--types.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.nix b/types.nix
index 81be650..c846626 100644
--- a/types.nix
+++ b/types.nix
@@ -1,5 +1,5 @@
-{ pkgs ? import <nixpkgs> {} }:
-with pkgs.lib;
+{ lib, pkgs }:
+with lib;
with builtins;
rec {