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;