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:
parent
04de0dd0b4
commit
74026bb101
10 changed files with 7 additions and 7 deletions
8
tests/nixos/containers/id-test.nix
Normal file
8
tests/nixos/containers/id-test.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ name, uidRange ? false }:
|
||||
|
||||
with import <nixpkgs> {};
|
||||
|
||||
runCommand name
|
||||
{ requiredSystemFeatures = if uidRange then ["uid-range"] else [];
|
||||
}
|
||||
"id; id > $out"
|
Loading…
Add table
Add a link
Reference in a new issue