mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Remove venv alias as I will add one which activates
This commit is contained in:
parent
7cd97004db
commit
14e973cacd
1 changed files with 3 additions and 9 deletions
|
@ -1,16 +1,10 @@
|
|||
{ lib, pkgs, systemPackages, homeConfiguration, enabled, ... }: lib.recursiveUpdate
|
||||
{ pkgs, systemPackages, ... }:
|
||||
|
||||
(with pkgs; systemPackages [
|
||||
with pkgs; systemPackages [
|
||||
(python311.withPackages (pkgs: with pkgs; [
|
||||
pip
|
||||
requests
|
||||
]))
|
||||
virtualenv
|
||||
poetry
|
||||
])
|
||||
|
||||
(homeConfiguration "nixos" {
|
||||
programs.nushell.shellAliases = {
|
||||
venv = "virtualenv venv";
|
||||
};
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue