Skip to content

Commit

Permalink
add a function to fix how python-build works on nixos
Browse files Browse the repository at this point in the history
  • Loading branch information
otosky committed Jul 28, 2024
1 parent df751a5 commit 7fb67b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homes/_modules/shell/fish/functions/mise_install_python.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function mise_install_python -d 'Wraps python-build for NixOS.'
nix-shell -p pkg-config openssl libffi zlib bzip2 readline sqlite ncurses libuuid libxcrypt tk xz --run "mise install python@$argv"
end

0 comments on commit 7fb67b8

Please sign in to comment.