fix: use rec in attrset to make attributes available

This commit is contained in:
Yusuf Bera Ertan 2022-10-04 15:35:12 +03:00
parent 45ef7ff141
commit 35ebae4ff0
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -18,8 +18,8 @@
then ""
else "?" + asStr;
in {
config = rec {
functions.fetchers = {
config = {
functions.fetchers = rec {
constructSource = {
type,
reComputeHash ? false,