mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
pre-commit hook edit + fix typo
This commit is contained in:
parent
4fc15d34f1
commit
46b89aedf8
|
|
@ -28,10 +28,7 @@
|
||||||
devShells."x86_64-linux".default = pkgs.mkShell {
|
devShells."x86_64-linux".default = pkgs.mkShell {
|
||||||
name = "delta";
|
name = "delta";
|
||||||
packages = with pkgs; [ gitleaks pre-commit ];
|
packages = with pkgs; [ gitleaks pre-commit ];
|
||||||
shellHook = ''
|
shellHook = ''pre-commit install &> /dev/null && gitleaks detect -v'';
|
||||||
gitleaks detect -v
|
|
||||||
pre-commit install &> /dev/null
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
nixosConfigurations.dlaptop = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.dlaptop = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
|
||||||
|
|
@ -141,7 +141,7 @@
|
||||||
freetype
|
freetype
|
||||||
poppler
|
poppler
|
||||||
f3d
|
f3d
|
||||||
nufraw-thumbnail
|
nufraw-thumbnailer
|
||||||
|
|
||||||
android-tools
|
android-tools
|
||||||
firefox
|
firefox
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue