From 43ff961b4120e34bccb9b324b8286bf26514e991 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 27 Jul 2024 14:36:36 -0500 Subject: [PATCH] Add statix, reorganize. --- shell.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/shell.nix b/shell.nix index ba3c5f0..3e9ff28 100644 --- a/shell.nix +++ b/shell.nix @@ -17,15 +17,16 @@ pkgs.mkShell { NIX_CONFIG = "experimental-features = nix-command flakes"; nativeBuildInputs = with pkgs; [ - nix - home-manager - git - nil - nixpkgs-fmt - go-task - sops - pre-commit - gitleaks cachix + git + gitleaks + go-task + home-manager + nil + nix + nixpkgs-fmt + pre-commit + sops + statix ]; }