fix devsh

This commit is contained in:
soraefir
2026-01-21 11:26:27 +01:00
parent dfa84137be
commit ca8283f5a2
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ in {
"sudo" = "sudo ";
"devsh" =
"nix develop --profile /tmp/devsh-env ${nixflake_url}#devsh -c zsh";
"cdevsh" =
"nix develop --profile /tmp/devsh-env -c zsh";
"nixb" = "(sudo nixos-rebuild switch --flake ${nixflake_url})";
"nixgc" = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
"ssh" = "TERM=xterm-256color ${pkgs.openssh}/bin/ssh";

View File

@@ -17,7 +17,7 @@ pkgs.mkShell {
crystal
shards
virtualenv
(with python314Packages; [ pip pandas numpy matplotlib typer pillow reportlab python-barcode pypdf markdown requests ])
(with python313Packages; [ pip pandas numpy matplotlib typer pillow reportlab python-barcode pypdf markdown requests ])
pipenv
scala
sbt