Skip to content

Commit

Permalink
Add some developer tools with Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Apr 5, 2024
1 parent 75532c2 commit 4023232
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ script = [
# "nixpkgs-fmt --version",
"actionlint --version",
"typos --version",
"gh --version",
"jq --version",
"jnv --version",
"pinact --version",
]

[tasks.check_no_git_diff]
Expand Down
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@
edge-pkgs.deno
edge-pkgs.dprint
edge-pkgs.typos

# Helper for writing and linting actions
edge-pkgs.actionlint
edge-pkgs.pinact

# For fighting the GitHub API
gh
jq
edge-pkgs.jnv
];
};
});
Expand Down

0 comments on commit 4023232

Please sign in to comment.