Compare commits

..

1 commit

Author SHA1 Message Date
5cef18f07e
refactor(package): share more stuff
Some checks failed
/ build (push) Failing after 1s
/ check-integration-tests (push) Has been skipped
/ report-size (push) Has been skipped
This should hopefully speed up the nix evals
2025-07-13 19:03:37 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
- uses: https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- run: nix --version
- name: Generate size report
uses: "https://git.salame.cl/jalil/nix-flake-outputs-size@e5d1a0751adb4963c0a4982503806ae5f19f52da" # main
uses: "https://git.salame.cl/jalil/nix-flake-outputs-size@6b0b78e4962d7aae6243b4601ba8257be99e3a70" # main
with:
comment-on-pr: ${{ github.ref_name != 'main' }}
generate-artifact: ${{ github.ref_name == 'main' }}

View file

@ -33,7 +33,7 @@ craneLib.buildPackage (
commonArgs
{
cargoArtifacts =
if cargoArtifacts == null then craneLib.buildDepsOnly commonArgs else cargoArtifacts;
if cargoArtifacts == nul then craneLib.buildDepsOnly commonArgs else cargoArtifacts;
}
]
)