1
0
Fork 0
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:
Daiderd Jordan 2017-10-18 23:36:39 +02:00
parent 48c8e01112
commit f555eb99ba
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -9,7 +9,7 @@ in
{
options = {
nix.profile = mkOption { default = null; };
nix.profile = mkOption { internal = true; default = null; };
};