Skip to content

Commit

Permalink
packages: format
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Ringer <[email protected]>
  • Loading branch information
jonringer authored and henrirosten committed Sep 13, 2024
1 parent 90b665e commit 3eb3f1c
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
Expand Up @@ -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
])}"
];
};
Expand Down

0 comments on commit 3eb3f1c

Please sign in to comment.