mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[UPGRADE/General] Upgrade to 22.05
Fix incompatible options Enable flakes by default !
This commit is contained in:
parent
c84b845d12
commit
b47462f73c
5 changed files with 10 additions and 8 deletions
|
|
@ -29,6 +29,10 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
(mkRemovedOptionModule [ "aviallon" "general" "flakes" "enable" ] "Flakes are now enabled by default")
|
||||
];
|
||||
|
||||
options.aviallon.general = {
|
||||
enable = mkOption {
|
||||
default = true;
|
||||
|
|
@ -56,7 +60,6 @@ in
|
|||
type = types.str;
|
||||
};
|
||||
unsafeOptimizations = mkEnableOption "unsafe system tuning";
|
||||
flakes.enable = mkEnableOption "experimental flake support";
|
||||
debug = mkEnableOption "debug-specific configuration";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue