nixos/direnv: remove old option removal error

This commit is contained in:
Gerg-L
2024-07-27 15:37:11 -04:00
parent c6f73686d6
commit 008173588b

View File

@@ -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 = {