1
0
forked from extern/nix-config
donovanglover-nix-config/.PKGBUILDs
Donovan Glover a3dda2b8b2
Move muya.spec to .fedora
This should work, but it hasn't been tested yet. In the future I'd like
to use branches before pushing large updates to master. This would also
give me the chance to see how symlinks behave when a different branch is
checked out.
2018-11-13 13:00:39 -05:00
..
Makefile PKGBUILDs: Add Makefile 2018-11-12 22:57:54 -05:00
README.md meta: Add PKGBUILDs 2018-11-12 21:32:28 -05:00

PKGBUILDs

Here are the PKGBUILDs I use to replicate my Arch Linux rice. muya.spec is used to mimmic my entire Fedora setup. Change it as you see fit, or simply use what I use.

Troubleshooting

dnf: Remove unused dependencies

Unlike pacman, dnf will only remove unused dependencies if you use dnf autoremove.

pacman: Invalid or corrupted package (PGP signature)

This happens when the keys used to sign packages have changed. Use pacman-key --populate to fetch new keys, followed by --refresh-keys to update any existing keys.