diff options
author | Franck Cuny <franck@fcuny.net> | 2023-06-02 19:42:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-06-02 19:42:47 -0700 |
commit | 03b38e250833d32b486e8b1c497c2f10800f1cb2 (patch) | |
tree | 627e194980cbdd28960315eb78bf4cbc09ecb3f6 | |
parent | profiles/waybar: highlight text when one or more unit has failed (diff) | |
download | world-03b38e250833d32b486e8b1c497c2f10800f1cb2.tar.gz |
profiles/dev: install virtualenv
Diffstat (limited to '')
-rw-r--r-- | home/profiles/dev.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/dev.nix b/home/profiles/dev.nix index 3dc5271..277c8f0 100644 --- a/home/profiles/dev.nix +++ b/home/profiles/dev.nix @@ -17,6 +17,7 @@ let types-requests pip ipython + virtualenv ]); in { |