nixos-module.nix: remove remnant

Este commit está contenido en:
Astro 2020-10-27 20:00:09 +01:00
padre 3cb4ceeeab
commit ac550e169f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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