Update dependencies
This commit is contained in:
parent
6788fc4d5f
commit
79078364f7
6 changed files with 39 additions and 37 deletions
|
@ -4,7 +4,10 @@ let
|
|||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableNixDirenvIntegration = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
enableFlakes = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
baseNixIndex = {
|
||||
|
@ -85,7 +88,6 @@ in
|
|||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
nix = super.nixUnstable;
|
||||
nix-direnv = super.nix-direnv.override { enableFlakes = true; };
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue