Add statix, reorganize.
This commit is contained in:
parent
b1f0088294
commit
43ff961b41
1 changed files with 10 additions and 9 deletions
19
shell.nix
19
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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue