diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-09-18 18:24:27 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-09-18 20:37:32 +0530 |
commit | 275e9fb3dc2e8274bfe19bdae703bd3c21bb5de3 (patch) | |
tree | 84653ab23e1696067cfbb792a47053218baa48ba | |
parent | bc5e89e87ac9c3aad88500afe082ea6e5452e4dc (diff) |
flake/devShell: add python
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ linuxKernel.packages.linux_6_6.perf hyperfine nix-eval-jobs + python3 + pyright ]; shellHook = '' |