make-tarball.nix: Allow passing in a different Nix
Used by the Nix tests (9fff492561
).
This commit is contained in:
parent
319acb0af5
commit
ac0c49970b
@ -2,7 +2,11 @@
|
|||||||
also builds the documentation and tests whether the Nix expressions
|
also builds the documentation and tests whether the Nix expressions
|
||||||
evaluate correctly. */
|
evaluate correctly. */
|
||||||
|
|
||||||
{ pkgs, nixpkgs, officialRelease }:
|
{ nixpkgs
|
||||||
|
, officialRelease
|
||||||
|
, pkgs ? import nixpkgs.outPath {}
|
||||||
|
, nix ? pkgs.nix
|
||||||
|
}:
|
||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user