error: flake 'git+file:///home/sylecn/projects/reliable-download' does not provide attribute 'packages.x86_64-linux.reliable-download:lib:reliable-download', 'legacyPackages.x86_64-linux.reliable-download:lib:reliable-download' or 'reliable-download:lib:reliable-download'
#+end_quote
try list packages, flake metadata.
nix flake metadata .
only has input. no output?
nix flake show .
error in other people's nix code.
#+begin_quote
error: cannot build '/nix/store/825d0r20hz3l3m1k29iw8z55sqf63xca-stack-repos.drv^out' during evaluation because the option 'allow-import-from-derivation' is disabled
#+end_quote
check this option
allow-import-from-derivation
not documented in haskell.nix doc.
try google
search: haskell.nix cannot build during evaluation because the option 'allow-import-from-derivation' is disabled
"'allow-import-from-derivation' is disabled" error · Issue #34 · purenix-org/purenix
https://github.com/purenix-org/purenix/issues/34
IFD (import from derivation)
Native support for import-from-derivation – Hercules CI blog