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

build-remote: Add a basic test

This only runs on Linux because it requires a diverted store (which
uses mount/user namespaces).
This commit is contained in:
Eelco Dolstra 2017-05-02 15:35:35 +02:00
parent cef8c169b1
commit 16535552ad
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 27 additions and 1 deletions

View file

@ -5,6 +5,7 @@ let
input1 = mkDerivation {
name = "build-hook-input-1";
builder = ./dependencies.builder1.sh;
requiredSystemFeatures = ["foo"];
};
input2 = mkDerivation {