From 52d8c48ec067486a97d5d8436e0451edf33ca9f5 Mon Sep 17 00:00:00 2001 From: Matt Alexander Date: Mon, 22 Jul 2024 16:00:29 -0500 Subject: [PATCH] Update nixpkgs.toml --- test/examples/nixpkgs.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/examples/nixpkgs.toml b/test/examples/nixpkgs.toml index e862f612..87a03c5d 100644 --- a/test/examples/nixpkgs.toml +++ b/test/examples/nixpkgs.toml @@ -1,4 +1,4 @@ -# One CLI to format the code tree - https://git.numtide.com/numtide/treefmt +# One CLI to format the code tree - https://github.com/numtide/treefmt [formatter.deadnix] command = "deadnix" @@ -9,4 +9,4 @@ priority = 1 [formatter.nixpkgs-fmt] command = "nixpkgs-fmt" includes = ["*.nix"] -priority = 2 \ No newline at end of file +priority = 2