Remove the ansible package from Emacs

It should use the version we provide with the repo.
This commit is contained in:
Andreas Zweili 2023-08-02 11:33:36 +02:00
parent a1d5fd3af2
commit 14950aaa85
1 changed files with 0 additions and 6 deletions

View File

@ -19,11 +19,5 @@ in
pkgs.sshpass # it's the only system package that I need to run Ansible
];
};
programs.emacs = {
extraPackages = epkgs: with pkgs;[
pkgs.ansible
];
};
};
}