From ac550e169fcb013d7166e584da2470994cf8e551 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 27 Oct 2020 20:00:09 +0100 Subject: [PATCH] nixos-module.nix: remove remnant --- nixos-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-module.nix b/nixos-module.nix index e85e702..48a84be 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -1,6 +1,6 @@ { pkgs, config, lib, ... }: -with import ./. { pkgs = import ../../programs/nixpkgs {}; }; +with import ./. { inherit pkgs; }; let inherit (pkgs.lib) mkOption types;