Replies: 7 comments 6 replies
-
Which repos you mean by? Examples? |
Beta Was this translation helpful? Give feedback.
-
Sadly, maybe not. IIUC NUR (and its repos) contains lots of scripts for users and users can compile these packages on their device. Yeah, it is possible for TUR to provide such a function. But, Termux is often used on arm devices, and compiling will cost lots of time. Actually, TUR wants to provide prebuilt binaries for users to install and save building time on arm devices. |
Beta Was this translation helpful? Give feedback.
-
For example, https://nur.nix-community.org combines 199 user repositories currently.
Oh, I know many nur-packages use cachix to provide binary cache. I don't know any methods to provide binary cache for termux packages. 😢 |
Beta Was this translation helpful? Give feedback.
-
Termux uses apt (or pacman), and it is much different from NixOS. |
Beta Was this translation helpful? Give feedback.
-
NUR is a combination of many users' nur-packages. There exists a CI/CD in NUR repo to combine all users' nur-package repos to one repo. every user's packages is under a namespace named AUR is another method. AUR provide a git platform, every one can create package in AUR. once one user create repo Currently, TUR have a small amount of packages compared to AUR, so use a git repo to collect all user's packages is enough. |
Beta Was this translation helpful? Give feedback.
-
perhaps TUR can be organized like Gentoo overlay (Or like Ubuntu PPA), that is every packager have its overlay repo, user select to install whose overlay repos. When two packagers' overlay repos have two packages with same name, user select install whose package. It is differen from AUR and NUR, which also solve the conflict problem without NUR's namespace or AUR's unified repo. Just my 2c. Maybe transfer this issue to discussion will be better? Sorry for finding discussion so late 😢 |
Beta Was this translation helpful? Give feedback.
-
So is it possible to use it as a project template to create a customized source, user just add it to |
Beta Was this translation helpful? Give feedback.
-
https://github.com/nix-community/NUR collect third-party packages of NixOS, which is a combination of many users' github repositories named nur-packages. Can we make TUR be similar to NUR? Just combine many users' github repositories.
Beta Was this translation helpful? Give feedback.
All reactions