forked from fabian/nix_config
it's forkin' time config de fabian
This commit is contained in:
parent
98a32736d6
commit
51a0965154
46 changed files with 119 additions and 1322 deletions
11
home/platforms/chem@yuki/shenvs/python.nix
Normal file
11
home/platforms/chem@yuki/shenvs/python.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
static = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
pipenv
|
||||
(python310.withPackages (packages:
|
||||
with packages; [
|
||||
setuptools
|
||||
]))
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue