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,11 @@
## Hardware-dependent options
## ==========================
##
## These are attributes of the hardware not of the application
## you want to run on it, and would usually be set in the "device" file:
## :file:`devices/manuf-model/default.nix`
{ lib, pkgs, config, ...}:
let
inherit (lib) mkEnableOption mkOption types isDerivation hasAttr ;