Skip to content

Commit 689d099

Browse files
authored
Fix nix2container skopeo patch hash (TraceMachina#1294)
A change in GitHub's hashing scheme caused this to evaluate differently. Add a temporary override to nix2container to unbreak CI.
1 parent f4ae4cc commit 689d099

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

flake.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
inputs.nixpkgs.follows = "nixpkgs";
1919
};
2020
nix2container = {
21-
url = "github:nlewo/nix2container";
21+
# TODO(aaronmondal): Remove this once it lands in nix2container main.
22+
url = "github:nlewo/nix2container/80e34774e5904aae7a3542bc3b70dab1fe048587";
2223
inputs.nixpkgs.follows = "nixpkgs";
2324
inputs.flake-utils.follows = "flake-utils";
2425
};

0 commit comments

Comments
 (0)