Add eric user
This commit is contained in:
parent
616d1672ae
commit
70f38ff32d
3 changed files with 24 additions and 0 deletions
7
modules/meta-output.nix
Normal file
7
modules/meta-output.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
options.flake.meta = lib.mkOption {
|
||||
type = lib.types.anything;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue