chore: Update to 25.05

This commit is contained in:
Tibo De Peuter 2025-09-16 21:02:35 +02:00
parent b7b0fa8ad3
commit f35a2c5e85
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
4 changed files with 28 additions and 18 deletions

View file

@ -8,7 +8,7 @@ in {
config = lib.mkIf cfg.enable {
programs.direnv = {
enable = true;
nix-direnv.enable = true; # Use nix-specific direnv.
nix-direnv.enable = true; # Use nix-specific direnv, https://github.com/nix-community/nix-direnv
};
# This is also done by setting programs.direnv.persistDerivations.