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
This commit is contained in:
Jalil David Salamé Messina 2025-07-13 18:49:59 +02:00
parent 391ec67c08
commit 5cef18f07e
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 13 additions and 12 deletions

View file

@ -44,8 +44,7 @@ in
{ inherit cargoArtifacts; }
];
webnsupdate = pkgs.callPackage ../default.nix {
inherit crane;
pkgSrc = src;
inherit craneLib cargoArtifacts src;
};
in
{