Update inputs
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m28s

This commit is contained in:
2026-01-20 13:33:38 +00:00
parent 7951c777cb
commit c2d2fcaab6
13 changed files with 91 additions and 61 deletions

View File

@@ -52,7 +52,7 @@ in
name = "json2nix";
category = "utilities";
help = "Convert JSON to formatted Nix";
command = "nix eval --impure --expr 'builtins.fromJSON (builtins.readFile /dev/stdin)' | ${pkgs.nixfmt-rfc-style}/bin/nixfmt";
command = "nix eval --impure --expr 'builtins.fromJSON (builtins.readFile /dev/stdin)' | ${pkgs.nixfmt}/bin/nixfmt";
}
{