mirror of
https://github.com/NixOS/nix
synced 2025-07-02 01:01:48 +02:00
Remove test for .path in nix flake metadata
This commit is contained in:
parent
57397a37ae
commit
d162222f25
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ nix flake metadata $flake1Dir | grep -q 'URL:.*flake1.*'
|
|||
# Test 'nix flake metadata --json'.
|
||||
json=$(nix flake metadata flake1 --json | jq .)
|
||||
[[ $(echo "$json" | jq -r .description) = 'Bla bla' ]]
|
||||
#[[ -d $(echo "$json" | jq -r .path) ]]
|
||||
[[ $(echo "$json" | jq -r .lastModified) = $(git -C $flake1Dir log -n1 --format=%ct) ]]
|
||||
hash1=$(echo "$json" | jq -r .revision)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue