woops
This commit is contained in:
parent
d96850ce86
commit
1b4e9ceb2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue