mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
tests/functional: Skip tests that don't work in NixOS environment yet
This commit is contained in:
parent
211aec473e
commit
8557d79650
96 changed files with 190 additions and 0 deletions
|
@ -39,6 +39,8 @@ EOF
|
|||
|
||||
cp simple.nix shell.nix simple.builder.sh config.nix "$flakeDir/"
|
||||
|
||||
TODO_NixOS
|
||||
|
||||
outPath=$(nix build --print-out-paths --no-link --sandbox-paths '/nix? /bin? /lib? /lib64? /usr?' --store "$TEST_ROOT/x" path:"$flakeDir")
|
||||
|
||||
[[ $outPath =~ ^/nix2/store/.*-simple$ ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue