-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linkding: init at 1.36.0 #341963
base: master
Are you sure you want to change the base?
linkding: init at 1.36.0 #341963
Conversation
I can take over the review for aarch64-darwin as soon as the PR is ready. 🙂 |
1304d4d
to
714781b
Compare
Thanks! I can't see you in the list of possible reviewers, but feel free to look into aarch64-darwin support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi!
The diff LGTM, except a few nits.
The PR must contain 2 commits ad minima:
- 1 commit to add the package:
linkding: init at 1.36.0
- 1 commit to add the NixOS service:
nixos/linkding: init
(please verify in the contributor guide documentation how to format commit log messages correctly, I may be wrong here)
Since you're adding a new NixOS service, a release note entry must be added too.
fdebb67
to
5bc282e
Compare
e86e3e0
to
472bffd
Compare
Update: Got a bit further; any other tests/improvements you'd like to see? |
9c30750
to
aea19b3
Compare
672ef76
to
2e2f052
Compare
Helps with NixOS#341665. Co-authored-by: Pol Dellaiera <[email protected]> Co-authored-by: Arne Keller <[email protected]>
Closes NixOS#341665. Includes all relevant options <https://linkding.link/options/#list-of-options>, leaving any options with a `null`/`[]` default unset if not explicitly set to something else. Flips the semantics of some options to avoid double negatives in the configuration. Co-Authored-By: Pol Dellaiera <[email protected]>
Description of changes
From the project:
Closes #341665.
FYI @sissbruecker
TODO: Figure out how to run django-registration tests. I tried with
I also tried
--no-venv
, to no avail. It refuses to use the existing Python and installed packages.I also tried
to create and activate a virtualenv with Django and nox during the build, but despite
--system-site-packages
python
doesn't know about thenox
module.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.