Add other tools to nix env

This commit is contained in:
Luc Perkins 2022-07-29 00:12:29 +02:00
parent 325493f5ab
commit 30cdcd9de7
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

View file

@ -13,7 +13,7 @@
nix = pkgs.nixUnstable; nix = pkgs.nixUnstable;
helpers = with pkgs; [ nixfmt nixpkgs-fmt statix ]; helpers = with pkgs; [ cachix lorri nixfmt nixpkgs-fmt niv statix ];
inherit (pkgs) mkShell; inherit (pkgs) mkShell;
in { in {