Skip to content

Commit 091c595

Browse files
committed
Add the missing f-string #201
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent b3a626b commit 091c595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fetchcode/nix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def get_src_info(attr_path, commit_hash=None):
275275
f'{commit_hash}.tar.gz") {{ {config_str} }}'
276276
)
277277
else:
278-
nixpkgs_import = "import <nixpkgs> {{ {config_str} }}"
278+
nixpkgs_import = f"import <nixpkgs> {{ {config_str} }}"
279279

280280
nix_expression = f"""
281281
let

0 commit comments

Comments
 (0)