Skip to content

Commit 4907386

Browse files
committed
chore: update crane to fix closure size
1 parent c601b64 commit 4907386

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
mkdir -p bins
6767
nix build -L .#rostra && sha256sum "./result/bin/rostra"
6868
69-
closure_size=$(nix path-info -rS --json .#rostra| jq '. | to_entries[] | select(.value.ultimate == true) | .value.narSize')
69+
closure_size=$(nix path-info -rS --json .#rostra | jq '. | to_entries[] | select(.value.ultimate == true) | .value.narSize')
7070
>&2 echo "rostra's Nix closure size: $closure_size"
7171
7272
if [ 100000000 -lt $closure_size ]; then

flake.lock

Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
66
flake-utils.url = "github:numtide/flake-utils";
7-
flakebox.url = "github:rustshop/flakebox?rev=6b975dda3f481971fcaa332598d40c9992e738e7";
7+
flakebox.url = "github:rustshop/flakebox?rev=f721e70163c9c9434d59e811dc09cdc4c7660dba";
88

99
bundlers = {
1010
url = "github:NixOS/bundlers";

0 commit comments

Comments
 (0)