Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packages: format
Browse files Browse the repository at this point in the history
jonringer committed Sep 12, 2024

Verified

This commit was signed with the committer’s verified signature.
xavimolloy Xavier Molloy
1 parent 4b1143d commit 644c9c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nix/packages.nix
Original file line number Diff line number Diff line change
@@ -212,7 +212,12 @@

makeWrapperArgs = [
"--prefix PATH : ${lib.makeBinPath (with pkgs; [
git nix graphviz nix-visualize vulnix grype
git
nix
graphviz
nix-visualize
vulnix
grype
])}"
];
};

0 comments on commit 644c9c6

Please sign in to comment.