nixos-module.nix: remove remnant

This commit is contained in:
Astro 2020-10-27 20:00:09 +01:00
parent 3cb4ceeeab
commit ac550e169f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ pkgs, config, lib, ... }:
with import ./. { pkgs = import ../../programs/nixpkgs {}; };
with import ./. { inherit pkgs; };
let
inherit (pkgs.lib) mkOption types;