Add shell.nix
This commit is contained in:
parent
87a5f52ae2
commit
5983c382bb
1 changed files with 8 additions and 0 deletions
8
shape/shell.nix
Normal file
8
shape/shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
let
|
||||
python-with-my-packages = pkgs.python3.withPackages (p: with p; [
|
||||
pillow
|
||||
pygments
|
||||
]);
|
||||
in
|
||||
python-with-my-packages.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue