diff options
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 9b8987e6..4de3388d 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -69,14 +69,19 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -[fly] -Server = file:///home/xyz/programs/repos/fly/$arch +# DANCTNIX: Uncomment this if you want to be the first trying out new stuffs. +# They might break your device. +#[danctnix-testing] +#Server = https://p64.arikawa-hi.me/$repo/$arch/ -[fly-any] -Server = file:///home/xyz/programs/repos/fly/any +#[fly] +#Server = file:///home/xyz/programs/repos/fly/$arch -#[testing] -#Include = /etc/pacman.d/mirrorlist +#[fly-any] +#Server = file:///home/xyz/programs/repos/fly/any + +[danctnix] +Server = https://p64.arikawa-hi.me/$repo/$arch/ [core] Include = /etc/pacman.d/mirrorlist @@ -84,20 +89,14 @@ Include = /etc/pacman.d/mirrorlist [extra] Include = /etc/pacman.d/mirrorlist -#[community-testing] -#Include = /etc/pacman.d/mirrorlist - [community] Include = /etc/pacman.d/mirrorlist -# If you want to run 32 bit applications on your x86_64 system, -# enable the multilib repositories as required here. - -#[multilib-testing] -#Include = /etc/pacman.d/mirrorlist +[alarm] +Include = /etc/pacman.d/mirrorlist -#[multilib] -#Include = /etc/pacman.d/mirrorlist +[aur] +Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. |