This commit is contained in:
Sojus07
2025-02-20 02:22:28 +01:00
parent 3c0a5834b0
commit 20ff1d16dd
3 changed files with 35 additions and 19 deletions

View File

@ -1,17 +0,0 @@
[options]
HoldPkg = pacman glibc
Architecture = auto
UseSyslog
Color
ILoveCandy
CheckSpace
VerbosePkgLists
ParallelDownloads = 5
SigLevel = Never
LocalFileSigLevel = Optional
[dkp-libs]
Server = https://pkg.devkitpro.org/packages
[dkp-linux]
Server = https://pkg.devkitpro.org/packages/linux/$arch/

View File

@ -60,7 +60,23 @@
environment.etc = {
"makepkg.conf".source = "${pkgs.pacman}/etc/makepkg.conf";
"pacman.conf".source = ../default/raw/pacman.conf;
"pacman.conf".text = ''
[options]
HoldPkg = pacman glibc
UseSyslog
Color
ILoveCandy
CheckSpace
VerbosePkgLists
ParallelDownloads = 5
SigLevel = Never
[dkp-libs]
Server = https://pkg.devkitpro.org/packages
[dkp-linux]
Server = https://pkg.devkitpro.org/packages/linux/x86_64/
'';
};
system.stateVersion = "25.05";

View File

@ -54,7 +54,24 @@
environment.etc = {
"makepkg.conf".source = "${pkgs.pacman}/etc/makepkg.conf";
"pacman.conf".source = ../default/raw/pacman.conf;
"pacman.conf".text = ''
[options]
HoldPkg = pacman glibc
UseSyslog
Color
ILoveCandy
CheckSpace
VerbosePkgLists
ParallelDownloads = 5
SigLevel = Never
[dkp-libs]
Server = https://pkg.devkitpro.org/packages
[dkp-linux]
Server = https://pkg.devkitpro.org/packages/linux/x86_64/
'';
};
system.stateVersion = "25.05";