nixos/direnv: remove old option removal error
This commit is contained in:
@@ -62,14 +62,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
(lib.mkRemovedOptionModule [
|
||||
"programs"
|
||||
"direnv"
|
||||
"persistDerivations"
|
||||
] "persistDerivations was removed as it is no longer necessary")
|
||||
];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
programs = {
|
||||
|
||||
Reference in New Issue
Block a user