Revert "Switch to unstable"

This reverts commit d0fa636f97.
This commit is contained in:
2024-05-24 00:05:28 +02:00
parent e54e88e1e9
commit ad48cd7147
9 changed files with 32 additions and 32 deletions

View File

@@ -3,10 +3,10 @@
programs.direnv = {
enable = true;
enableZshIntegration = true;
package = pkgs.direnv;
package = pkgs.unstable.direnv;
nix-direnv = {
enable = true;
package = pkgs.nix-direnv;
package = pkgs.unstable.nix-direnv;
};
};
programs.zsh = {