nixos-module.nix: remove remnant

This commit is contained in:
Astro 2020-10-27 20:00:09 +01:00
父節點 3cb4ceeeab
當前提交 ac550e169f
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

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