Skip to content

Commit

Permalink
Fix nix2container skopeo patch hash (#1294)
Browse files Browse the repository at this point in the history
A change in GitHub's hashing scheme caused this to evaluate differently.
Add a temporary override to nix2container to unbreak CI.
  • Loading branch information
aaronmondal authored Aug 30, 2024
1 parent f4ae4cc commit 689d099
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions flake.lock

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

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix2container = {
url = "github:nlewo/nix2container";
# TODO(aaronmondal): Remove this once it lands in nix2container main.
url = "github:nlewo/nix2container/80e34774e5904aae7a3542bc3b70dab1fe048587";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
Expand Down

0 comments on commit 689d099

Please sign in to comment.