Fixed devenv not using global cachix
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
{pkgs, ...}: {
|
||||
cachix.enable = false;
|
||||
|
||||
pre-commit.hooks = {
|
||||
alejandra.enable = true;
|
||||
deadnix.enable = true;
|
||||
};
|
||||
|
||||
packages = with pkgs; [nixpkgs-fmt nixfmt alejandra deadnix nil];
|
||||
packages = with pkgs; [alejandra deadnix nil];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user