Skip to content

Commit

Permalink
chore: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Oct 30, 2023
1 parent c74b48c commit 415d82c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nix/std/cells/julia2nix/packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ in
inherit src;
name = "julia-wrapped-julia2nix";
package = cell.lib.julia-wrapped {
extraInstallPhase = ''
export nixpkgs-prefetch=${inputs.nixpkgs-lock.outPath}"
'';
makeWrapperArgs = [ "--set NIX_PATH nixpkgs=${inputs.nixpkgs-lock.outPath}" ];
extraBuildInputs = with inputs.nixpkgs; [
alejandra
nixUnstable
Expand All @@ -113,7 +111,7 @@ in
name = "julia2nix-write-all-systems";
runtimeInputs = [ cell.packages.build-project ];
text = ''
export NIX_PATH=${inputs.main.inputs.nixpkgs-lock.outPath}
export NIX_PATH=${inputs.nixpkgs-lock.outPath}
julia ${std.incl self [ "testenv" ]}/testenv/writejulia2nix.jl
'';
};
Expand Down

0 comments on commit 415d82c

Please sign in to comment.