2022-03-15 12:55:32 +01:00
|
|
|
source common.sh
|
|
|
|
|
2022-03-15 21:05:01 +01:00
|
|
|
touch foo -t 202211111111
|
2022-03-15 12:55:32 +01:00
|
|
|
# We only check whether 2222-11-1* **:**:** is the last modified date since
|
|
|
|
# `lastModified` is transformed into UTC in `builtins.fetchTarball`.
|
2022-03-15 21:05:01 +01:00
|
|
|
[[ "$(nix eval --impure --raw --expr "(builtins.fetchTree \"path://$PWD/foo\").lastModifiedDate")" =~ 2022111.* ]]
|