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:
parent
cef8c169b1
commit
16535552ad
3 changed files with 27 additions and 1 deletions
|
@ -5,6 +5,7 @@ let
|
|||
input1 = mkDerivation {
|
||||
name = "build-hook-input-1";
|
||||
builder = ./dependencies.builder1.sh;
|
||||
requiredSystemFeatures = ["foo"];
|
||||
};
|
||||
|
||||
input2 = mkDerivation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue