mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Add resolvePath, filesetToSource indirections for Nixpkgs
This commit is contained in:
parent
0729f0a113
commit
bea54d116e
5 changed files with 18 additions and 5 deletions
|
@ -19,6 +19,7 @@
|
|||
# Configuration Options
|
||||
|
||||
, version
|
||||
, filesetToSource
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -86,7 +87,7 @@ mkMesonDerivation (finalAttrs: {
|
|||
run = let
|
||||
# Some data is shared with the functional tests: they create it,
|
||||
# we consume it.
|
||||
data = lib.fileset.toSource {
|
||||
data = filesetToSource {
|
||||
root = ../..;
|
||||
fileset = lib.fileset.unions [
|
||||
./data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue