Skip to content

Commit

Permalink
chore: remove bomper dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed May 25, 2023
1 parent 08e73ab commit 2879aef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flake-parts/cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
pkgs.bacon
# version control
pkgs.cocogitto
inputs'.bomper.packages.cli
# inputs'.bomper.packages.cli
# formatting
self'.packages.treefmt
# misc
Expand Down
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
bomper = {
url = "github:justinrubek/bomper";
inputs.nixpkgs.follows = "nixpkgs";
};
# bomper = {
# url = "github:justinrubek/bomper";
# inputs.nixpkgs.follows = "nixpkgs";
# };
};

outputs = inputs:
Expand Down

0 comments on commit 2879aef

Please sign in to comment.