You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top-level flake.nix uses a lot of dunder methods like __filter which look like the library functions, but aren't. I also don't find any definition for them in the file so I wonder how the whole flake even works. Can someone explain this shortly?
The text was updated successfully, but these errors were encountered:
@Septias, I believe you've discovered them in nix repl. Try running repl inside this repository without :lf. You'll see these functions. They're builtins. They aren't a part of the flake.
The top-level
flake.nix
uses a lot of dunder methods like__filter
which look like the library functions, but aren't. I also don't find any definition for them in the file so I wonder how the whole flake even works. Can someone explain this shortly?The text was updated successfully, but these errors were encountered: