nixos-module.nix: remove remnant

Cette révision appartient à :
Astro 2020-10-27 20:00:09 +01:00
Parent 3cb4ceeeab
révision ac550e169f
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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