Switch to unstable
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
package = pkgs.unstable.direnv;
|
||||
package = pkgs.direnv;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.nix-direnv;
|
||||
package = pkgs.nix-direnv;
|
||||
};
|
||||
};
|
||||
programs.zsh = {
|
||||
|
Reference in New Issue
Block a user