lol

nixos/direnv: fix typo

authored by

Acid Bong and committed by
GitHub
e7d95c44 662ee2ba

+1 -1
+1 -1
nixos/modules/programs/direnv.nix
··· 54 54 }; 55 55 56 56 imports = [ 57 - (lib.mkRemovedOptionModule ["programs" "direnv" "persistDerivations"] "persistDerivations was removed as it is on longer necessary") 57 + (lib.mkRemovedOptionModule ["programs" "direnv" "persistDerivations"] "persistDerivations was removed as it is no longer necessary") 58 58 ]; 59 59 60 60 config = lib.mkIf cfg.enable {