Skip to content

Commit

Permalink
build(nix): nix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Nov 10, 2024
1 parent af12869 commit 3cbfc80
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 548 deletions.
2 changes: 1 addition & 1 deletion flake-parts/cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
];
withExtraPackages = base: base ++ extraPackages;

craneLib = inputs.crane.lib.${system}.overrideToolchain self'.packages.rust-toolchain;
craneLib = (inputs.crane.mkLib pkgs).overrideToolchain self'.packages.rust-toolchain;

commonArgs = rec {
src = inputs.nix-filter.lib {
Expand Down
2 changes: 1 addition & 1 deletion flake-parts/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

packages = {
cocogitto = pkgs.cocogitto;
bomper = inputs'.bomper.packages.cli;
bomper = inputs'.bomper.packages.default;
};

devShells = {
Expand Down
Loading

0 comments on commit 3cbfc80

Please sign in to comment.