mirror of
https://github.com/NixOS/nix
synced 2025-07-10 08:53:55 +02:00
Test against tests using Meson-built Nix
This commit is contained in:
parent
e1181d51ef
commit
142f55457b
2 changed files with 9 additions and 18 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
# Configuration Options
|
||||
|
||||
, pname ? "nix-functional-tests"
|
||||
, version
|
||||
|
||||
# For running the functional tests against a different pre-built Nix.
|
||||
|
@ -35,8 +36,7 @@ let
|
|||
in
|
||||
|
||||
mkMesonDerivation (finalAttrs: {
|
||||
pname = "nix-functional-tests";
|
||||
inherit version;
|
||||
inherit pname version;
|
||||
|
||||
workDir = ./.;
|
||||
fileset = fileset.unions [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue