diff --git a/nix/flake.nix b/nix/flake.nix index 79c13fc..8731af3 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -13,7 +13,7 @@ nix = pkgs.nixUnstable; - helpers = with pkgs; [ nixfmt nixpkgs-fmt statix ]; + helpers = with pkgs; [ cachix lorri nixfmt nixpkgs-fmt niv statix ]; inherit (pkgs) mkShell; in {