[extra] remove arch-linux tools

This commit is contained in:
Felix Buehler 2021-11-30 12:49:27 +01:00
parent a160a57b67
commit 463d58755a
2 changed files with 0 additions and 8 deletions

View file

@ -1,7 +0,0 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
pacman
];
environment.etc."makepkg.conf".source = "${pkgs.pacman}/etc/makepkg.conf";
}