Add more devshells in flake.nix
This commit is contained in:
parent
d7b1521b29
commit
4c6bc31476
1 changed files with 4 additions and 0 deletions
|
|
@ -219,6 +219,10 @@
|
|||
})
|
||||
php82Packages.composer
|
||||
];};
|
||||
python-jupyter = pkgs.mkShell { packages = [ (pkgs.python3.withPackages (ps: with ps; [
|
||||
ipykernel jupyterlab matplotlib numpy pandas
|
||||
])) ]; };
|
||||
opentofu = pkgs.mkShell { packages = with pkgs; [ opentofu ]; };
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue