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, ... }: { pkgs, config, lib, ... }:
with import ./. { pkgs = import ../../programs/nixpkgs {}; }; with import ./. { inherit pkgs; };
let let
inherit (pkgs.lib) mkOption types; inherit (pkgs.lib) mkOption types;