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
Currently, when attempting to build command in pure evaluation mode, the first issue I encounter is
error: the path '~/.gitconfig' can not be resolved in pure mode
which is an issue with the combination of newer nixes and gitignore.nix. It's been fixed in the latter (see this PR), so patching dep/gitignore.nix/github.json gets around then.
The next issue I've encountered, which I've not found a way to work around, is the import <nixpkgs>s littered all around both obelisk and reflex-platform.
I will try using impure evaluation for now, but it would be nice to figure out a way to get pure evaluation to work in future.
It failed for me with:
Maybe user error, or maybe changes need made for obelisk to work on flake-based systems?
The text was updated successfully, but these errors were encountered: