home: create programming module and move programming stuff out of shenvs
This commit is contained in:
parent
7bdfcc58e7
commit
dcfd230b02
10 changed files with 35 additions and 48 deletions
0
home/platforms/fabian@posixlycorrect/shenvs/.gitkeep
Normal file
0
home/platforms/fabian@posixlycorrect/shenvs/.gitkeep
Normal file
|
|
@ -1,13 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
static = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
binutils
|
||||
cmake
|
||||
curl
|
||||
gdb
|
||||
gnumake
|
||||
rustup
|
||||
valgrind
|
||||
];
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
static = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
pipenv
|
||||
(python310.withPackages (packages:
|
||||
with packages; [
|
||||
setuptools
|
||||
]))
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue