1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
No known key found for this signature in database

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