Skip to content

Commit

Permalink
fix: disable check
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 13, 2023
1 parent 0763055 commit 29c7dc0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions drv-tools/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@
} | python -m json.tool > ${path}
printf "${framedBrackets "ok %s"}" "${name_}"
'';
excludeShellChecks = [ "SC2016" ];
inherit description;
};

Expand Down Expand Up @@ -426,6 +427,11 @@
)
attrs
) // (common path);

packages = {
inherit json2nix;
test.json = writeJSON "test" "tmp/test.json" { a = "$b"; };
};
in
{
lib = {
Expand Down Expand Up @@ -477,9 +483,7 @@
;
};

packages = {
inherit json2nix;
};
inherit packages;

# tests
devShells.default = pkgs.mkShell {
Expand Down

0 comments on commit 29c7dc0

Please sign in to comment.