feat: create lib folder, for functions
This commit is contained in:
parent
af0bb8743e
commit
68f44bcc3a
3 changed files with 1 additions and 1 deletions
16
debug.nix
16
debug.nix
|
@ -1,16 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
{lib, config, ... }: {
|
||||
options.tempDebugVar = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "";
|
||||
description = "tempDebugVar";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
environment.etc."debugfile".text = ''
|
||||
${config.tempDebugVar}
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue