about summary refs log tree commit diff
path: root/nix/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-04-28 19:15:51 -0700
committerFranck Cuny <franck@fcuny.net>2024-04-28 19:17:12 -0700
commit58d0a9cb616e35daf115b8e1aa9f5b79e4a21a70 (patch)
tree87f0cb04b860048f70c2f90cf9ba9d7d5e7f2634 /nix/profiles
parentchore: update flake (diff)
downloadworld-58d0a9cb616e35daf115b8e1aa9f5b79e4a21a70.tar.gz
add a script to fetch cheeseboard's menu
Delete the version in go.
Diffstat (limited to 'nix/profiles')
-rw-r--r--nix/profiles/home-manager/dev.nix12
-rw-r--r--nix/profiles/home-manager/shell.nix1
2 files changed, 9 insertions, 4 deletions
diff --git a/nix/profiles/home-manager/dev.nix b/nix/profiles/home-manager/dev.nix
index a7b1df7..9a8db09 100644
--- a/nix/profiles/home-manager/dev.nix
+++ b/nix/profiles/home-manager/dev.nix
@@ -5,17 +5,21 @@
 let
   pythonEnv = pkgs.python3.withPackages (p:
     with p; [
+      beautifulsoup4
       black
       click
+      ipython
       isort
-      python-lsp-server
+      pip
+      prettytable
       pylsp-mypy
       python-lsp-ruff
-      ruff-lsp
+      python-lsp-server
       requests
+      ruff-lsp
+      termcolor
+      types-beautifulsoup4
       types-requests
-      pip
-      ipython
       virtualenv
     ]);
 in
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix
index 83be24d..bf63775 100644
--- a/nix/profiles/home-manager/shell.nix
+++ b/nix/profiles/home-manager/shell.nix
@@ -32,6 +32,7 @@
     self.packages.${pkgs.system}.ipconverter
     self.packages.${pkgs.system}.seqstat
     self.packages.${pkgs.system}.slocalc
+    self.packages.${pkgs.system}.pizza
   ];
 
   xdg = {