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
At the moment each URL must point to a git repository. By running bin/nur update the corresponding repos.json.lock is updated and the repository is tested. This will perform also an evaluation check, which must be passed for your repository. Commit the changed repos.json but NOT repos.json.lock
so i add my repo, run bin/nur update ... and my whole computer hangs ^^
lets ignore the facts that i should enable swap and use ulimit: bin/nur update should not check all repos, but only the one repo (or few repos) that i want to add
the added repo can be found with git diff origin/HEAD
or diff <(curl https://raw.githubusercontent.com/nix-community/NUR/master/repos.json) repos.json
the readme says
so i add my repo, run
bin/nur update
... and my whole computer hangs ^^lets ignore the facts that i should enable swap and use ulimit:
bin/nur update
should not check all repos, but only the one repo (or few repos) that i want to addthe added repo can be found with
git diff origin/HEAD
or
diff <(curl https://raw.githubusercontent.com/nix-community/NUR/master/repos.json) repos.json
could be related to #186
The text was updated successfully, but these errors were encountered: