Skip to content

Commit

Permalink
nixpkgs-vet: use libSrc
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron committed Sep 2, 2024
1 parent cabaaef commit 258e58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ni/nixpkgs-vet/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
lib,
libSrc,
fetchFromGitHub,
path,
rustPlatform,
nix,
nixVersions,
Expand Down Expand Up @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage {
];

env.NIXPKGS_VET_NIX_PACKAGE = lib.getBin nix;
env.NIXPKGS_VET_NIXPKGS_LIB = "${path}/lib";
env.NIXPKGS_VET_NIXPKGS_LIB = "${libSrc}/lib";

checkPhase = ''
# This path will be symlinked to the current Nix version that is being tested
Expand Down

0 comments on commit 258e58e

Please sign in to comment.