mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
nixfmt .
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
let
|
||||
nix-pre-commit-hooks = import (builtins.fetchTarball
|
||||
"https://github.com/cachix/git-hooks.nix/tarball/master");
|
||||
in {
|
||||
nix-pre-commit-hooks = import (
|
||||
builtins.fetchTarball "https://github.com/cachix/git-hooks.nix/tarball/master"
|
||||
);
|
||||
in
|
||||
{
|
||||
pre-commit-check = nix-pre-commit-hooks.run {
|
||||
src = ./.;
|
||||
hooks = {
|
||||
|
Reference in New Issue
Block a user