Skip to content

Commit

Permalink
chore(nix/devShell): add bacon
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Mar 18, 2023
1 parent 7312f0a commit 243031b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,16 @@
};
devShells = {
default = pkgs.mkShell rec {
buildInputs = [rust-environment pkgs.rustfmt pkgs.cocogitto bomper-cli pkgs.alejandra];
buildInputs = [
rust-environment
pkgs.alejandra
pkgs.rustfmt

pkgs.cocogitto
pkgs.bacon

bomper-cli
];
};
};
apps = {
Expand Down

0 comments on commit 243031b

Please sign in to comment.