much text, such doc, very wow

This commit is contained in:
Daniel Barlow 2023-08-09 22:27:37 +01:00
parent 3669a4000f
commit 2a29a00dfe
5 changed files with 41 additions and 5 deletions

View file

@ -1,3 +1,7 @@
## Base options
## ============
{ lib, pkgs, config, ...}:
let
inherit (lib) mkEnableOption mkOption types isDerivation hasAttr ;