1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Test against tests using Meson-built Nix

This commit is contained in:
John Ericson 2024-11-04 12:15:41 -05:00
parent e1181d51ef
commit 142f55457b
2 changed files with 9 additions and 18 deletions

View file

@ -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 [