mirror of
https://github.com/NixOS/nix
synced 2025-06-29 23:13:14 +02:00
Typo
This commit is contained in:
parent
98bdc18bf6
commit
4bc65d45d6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ EOF
|
|||
nix eval --file - <<EOF
|
||||
with (builtins.fromJSON (builtins.readFile ./flake.lock));
|
||||
|
||||
# Url inputs whose extension doesn’t match a know archive format should
|
||||
# Url inputs whose extension doesn’t match a known archive format should
|
||||
# not be unpacked by default
|
||||
assert (nodes.no_ext_default_no_unpack.locked.type == "file");
|
||||
assert (nodes.no_ext_default_no_unpack.locked.unpack or false == false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue