diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-12-16 19:04:44 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-12-16 19:04:44 -0800 |
commit | 7b355389a81fe421a32851fc29f57bfea375f1fc (patch) | |
tree | a9fb00f07447404a09de48d9228f96cb5494c1f2 /etc/pacman.conf | |
parent | 21d845f5561416b8b6b52ed330261e281278d667 (diff) |
I build some pkg locally to use, also need backup that
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index ecd4334d..1ff36947 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -71,6 +71,9 @@ 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:///var/lib/mpra + # It seems alarm makepkg make .xz packages but alarm pacman can install .zst packages [fly-any] Server = https://mirrors.flylightning.xyz/archlinux/fly/os/any |