This commit is contained in:
Hamcha 2024-03-31 01:03:49 +01:00
parent d96850ce86
commit 1b4e9ceb2e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
exit 1
fi
${pkgs.yq}/bin/yq . $1 | nix eval --file ./convert.nix | ${pkgs.nixfmt}/bin/nixfmt
${pkgs.yq}/bin/yq . $1 | nix eval --file ${self}/convert.nix | ${pkgs.nixfmt}/bin/nixfmt
'';
in
{