Skip to content

Commit

Permalink
Provide NIX_PATH to recursive derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed Nov 7, 2023
1 parent c90f86a commit 14bd454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ in {
{
buildInputs = [ pkgs.nix ];
requiredSystemFeatures = [ "recursive-nix" ];
NIX_PATH = "nixpkgs=${pkgs.path}";
}
''
mkdir $out
Expand Down

0 comments on commit 14bd454

Please sign in to comment.