mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
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
Reference in a new issue