From 9e557842651f137c0e2c2bfe9fc41d768a492331 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 24 Dec 2021 17:41:05 -0500 Subject: feat(wpcarro/marcus): Require python3 I use `python3` REPL as a calculator most often. Side note: I don't have a clear model of which binaries belong in NixOS configurations and which belong in my Emacs configuration. Here's a sketch of what I'm thinking: - shared (wpcarro's coreutils for fzf, ripgrep, git, etc) - marcus - diogenes - wpcarros-emacs (see footnote) Footnote: It might be redundant to install wpcarro's coreutils in Emacs on NixOS environments, but I install wpcarros-emacs in non-NixOS environments, so I depend on them there. Change-Id: Ib2b87c8e4e04d167ccbf837e0f85606cbf272828 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4591 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/nixos/marcus/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users') diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix index 0b7c03d765..c2162637f8 100644 --- a/users/wpcarro/nixos/marcus/default.nix +++ b/users/wpcarro/nixos/marcus/default.nix @@ -126,6 +126,7 @@ in { fzf git pavucontrol + python3 quasselClient ripgrep tdesktop -- cgit 1.4.1