fix devsh
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user