pre-commit devShell

This commit is contained in:
Primrose 2024-06-06 22:55:56 +02:00
parent 817986b317
commit 28c9634485
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 118 additions and 5 deletions

View file

@ -13,6 +13,7 @@
./nix/handleInputs # Resolve inputs
./nix/custom # Custom package set
./nix/configurations # Configuration and their generators
./nix/pre-commit
./nix/devShells
];
@ -44,6 +45,7 @@
};
flake-parts.url = "github:hercules-ci/flake-parts";
agenix.url = "github:ryantm/agenix/0.15.0";
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
# packages
wired.url = "github:Toqozz/wired-notify";
llama-cpp.url = "github:ggerganov/llama.cpp";