Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
set nixos in NIX_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Dec 5, 2018
1 parent 1911b0e commit 12a8325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ done

# Set NIX_PATH to the pinned version in nixpkgs-src.json
nixpkgs_source=$(nix eval --raw -f fetch-nixpkgs.nix '')
export NIX_PATH="nixpkgs=$nixpkgs_source"
export NIX_PATH="nixpkgs=$nixpkgs_source:nixos=$nixpkgs_source"

if [[ ! -v IOHK_OPS ]]
then
Expand Down

0 comments on commit 12a8325

Please sign in to comment.