mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Remove outdated compatibility-with-NixOS option alias
In NixOS 23.11, `option.nix.extraConfig` was already renamed into `option.nix.extraOption`, and no alias was left. We no longer need the alias `option.nix.extraConfig` anymore.
This commit is contained in:
parent
82b4cd68fc
commit
a413124033
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
(renameNixOpt "binaryCaches" "substituters")
|
(renameNixOpt "binaryCaches" "substituters")
|
||||||
(renameNixOpt "binaryCachePublicKeys" "trustedPublicKeys")
|
(renameNixOpt "binaryCachePublicKeys" "trustedPublicKeys")
|
||||||
(renameNixOpt "extraConfig" "extraOptions")
|
|
||||||
];
|
];
|
||||||
|
|
||||||
###### interface
|
###### interface
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue