nixos-module.nix: remove remnant

Esse commit está contido em:
Astro 2020-10-27 20:00:09 +01:00
commit ac550e169f
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

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