mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +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
|
@ -11,6 +11,8 @@ outPath10=$(nix-env -f ./user-envs.nix -qa --out-path --no-name '*' | grep foo-1
|
|||
drvPath10=$(nix-env -f ./user-envs.nix -qa --drv-path --no-name '*' | grep foo-1.0)
|
||||
[ -n "$outPath10" -a -n "$drvPath10" ]
|
||||
|
||||
TODO_NixOS
|
||||
|
||||
# Query with json
|
||||
nix-env -f ./user-envs.nix -qa --json | jq -e '.[] | select(.name == "bar-0.1") | [
|
||||
.outputName == "out",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue