Skip to content

Commit

Permalink
nix: pin crane to v0.12.2 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Dec 1, 2023
1 parent 26b73bd commit a9f52c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ stdenv.mkDerivation {
NIXPKGS="${nixpkgs}";

checkPhase = ''
git config features.manyFiles true
mkdir $out
patchShebangs .
cat tests/head_nixpkgs.bats tests/repo.bash > tests/ephemeral.bats
Expand Down
13 changes: 7 additions & 6 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
flake = false;
};
crane = {
url = "github:ipetkov/crane";
url = "github:ipetkov/crane/v0.12.2";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.flake-compat.follows = "flake-compat";
Expand Down

0 comments on commit a9f52c3

Please sign in to comment.