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

tests: Move NixOS tests to tests/nixos

This will allow contributors to find them more easily.
This commit is contained in:
Robert Hensing 2023-01-20 14:43:26 +01:00
parent 04de0dd0b4
commit 74026bb101
10 changed files with 7 additions and 7 deletions

View file

@ -0,0 +1,8 @@
{ name, uidRange ? false }:
with import <nixpkgs> {};
runCommand name
{ requiredSystemFeatures = if uidRange then ["uid-range"] else [];
}
"id; id > $out"