alias: make deprecated options internal
This commit is contained in:
parent
48c8e01112
commit
f555eb99ba
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ in
|
|||
{
|
||||
options = {
|
||||
|
||||
nix.profile = mkOption { default = null; };
|
||||
nix.profile = mkOption { internal = true; default = null; };
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue