From 30cdcd9de72f6d20c9bcb403011e9d6595d61680 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 29 Jul 2022 00:12:29 +0200 Subject: [PATCH] Add other tools to nix env --- nix/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {