summaryrefslogtreecommitdiffstats
path: root/types.nix
diff options
context:
space:
mode:
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 {